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:
parent
9a1cd1510c
commit
ebb3fc7478
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue