Commit 29684495 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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
parent d4e3fdd9
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment