Navigation Menu

Skip to content

Commit

Permalink
Free all the created cursors in test/testcursor.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 13, 2007
1 parent 8399ad4 commit f828416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testcursor.c
Expand Up @@ -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);
Expand Down

0 comments on commit f828416

Please sign in to comment.