Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402264
This commit is contained in:
parent
d4e3fdd999
commit
296844957a
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ main(int argc, char *argv[])
|
|||
|
||||
SDL_FreeCursor(cursor[0]);
|
||||
SDL_FreeCursor(cursor[1]);
|
||||
SDL_FreeCursor(cursor[2]);
|
||||
|
||||
SDL_Quit();
|
||||
return (0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue