Don't free windows on --hide-splash

We still need them to be around for subsequent
--show-splash calls.
This commit is contained in:
Jeremy Katz 2008-10-15 17:30:36 -04:00 committed by Ray Strode
parent 3498084a4e
commit 00edb5e736

View file

@ -304,12 +304,8 @@ close_windows (state_t *state)
if (ply_window_is_open (window))
ply_window_close (window);
ply_window_free (window);
node = next_node;
}
ply_list_free (state->windows);
}
static void