changeset 3912:e7d2858670c1 SDL-1.2

Free all the created cursors in test/testcursor.c.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 13 Feb 2007 09:20:37 +0000
parents ba3abfa20e18
children 9e454eb693a5
files test/testcursor.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/testcursor.c	Mon Feb 12 11:45:18 2007 +0000
+++ b/test/testcursor.c	Tue Feb 13 09:20:37 2007 +0000
@@ -209,6 +209,7 @@
 
 	SDL_FreeCursor(cursor[0]);
 	SDL_FreeCursor(cursor[1]);
+	SDL_FreeCursor(cursor[2]);
 
 	SDL_Quit();
 	return(0);