Mercurial > sdl-ios-xcode
comparison test/testcursor.c @ 2088:3bdb1408f734
Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 13 Feb 2007 09:21:38 +0000 |
parents | c121d94672cb |
children | 14d32495a502 |
comparison
equal
deleted
inserted
replaced
2087:b10089473699 | 2088:3bdb1408f734 |
---|---|
215 SDL_Delay(1); | 215 SDL_Delay(1); |
216 } | 216 } |
217 | 217 |
218 SDL_FreeCursor(cursor[0]); | 218 SDL_FreeCursor(cursor[0]); |
219 SDL_FreeCursor(cursor[1]); | 219 SDL_FreeCursor(cursor[1]); |
220 SDL_FreeCursor(cursor[2]); | |
220 | 221 |
221 SDL_Quit(); | 222 SDL_Quit(); |
222 return (0); | 223 return (0); |
223 } | 224 } |