Commit ebb3fc74 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Free all the created cursors in test/testcursor.c.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402263
parent 9a1cd151
...@@ -209,6 +209,7 @@ int main(int argc, char *argv[]) ...@@ -209,6 +209,7 @@ int main(int argc, char *argv[])
SDL_FreeCursor(cursor[0]); SDL_FreeCursor(cursor[0]);
SDL_FreeCursor(cursor[1]); SDL_FreeCursor(cursor[1]);
SDL_FreeCursor(cursor[2]);
SDL_Quit(); SDL_Quit();
return(0); return(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment