Mercurial > sdl-ios-xcode
diff test/common.c @ 3373:5dc34052ee6c
Revert back. Sorry.
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Sat, 10 Oct 2009 17:07:49 +0000 |
parents | 3e0f51e60fa2 |
children | 45f140dd4b08 |
line wrap: on
line diff
--- a/test/common.c Sat Oct 10 15:22:16 2009 +0000 +++ b/test/common.c Sat Oct 10 17:07:49 2009 +0000 @@ -1022,12 +1022,6 @@ SDL_AudioQuit(); } if (state->windows) { - int it; - - for (it=0; it<state->num_windows; it++) - { - SDL_DestroyWindow(state->windows[it]); - } SDL_free(state->windows); } SDL_free(state);