changeset 3373:5dc34052ee6c

Revert back. Sorry.
author Mike Gorchak <lestat@i.com.ua>
date Sat, 10 Oct 2009 17:07:49 +0000
parents dd11d2376e27
children 725b16784e96
files test/common.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
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);