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
This commit is contained in:
Ryan C. Gordon 2007-02-13 09:20:37 +00:00
parent 9a1cd1510c
commit ebb3fc7478

View file

@ -209,6 +209,7 @@ int main(int argc, char *argv[])
SDL_FreeCursor(cursor[0]);
SDL_FreeCursor(cursor[1]);
SDL_FreeCursor(cursor[2]);
SDL_Quit();
return(0);