Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/te…
Browse files Browse the repository at this point in the history
…stcursor.c
  • Loading branch information
icculus committed Feb 13, 2007
1 parent 81f8222 commit 4ad226b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testcursor.c
Expand Up @@ -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);
Expand Down

0 comments on commit 4ad226b

Please sign in to comment.