From 00edb5e73667e2d184d4f04f266dae9d3822037f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 15 Oct 2008 17:30:36 -0400 Subject: [PATCH] Don't free windows on --hide-splash We still need them to be around for subsequent --show-splash calls. --- src/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.c b/src/main.c index 47685240..cf7c52d7 100644 --- a/src/main.c +++ b/src/main.c @@ -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