]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Don't free windows on --hide-splash
authorJeremy Katz <katzj@redhat.com>
Wed, 15 Oct 2008 21:30:36 +0000 (17:30 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 15 Oct 2008 21:30:36 +0000 (17:30 -0400)
We still need them to be around for subsequent
--show-splash calls.

src/main.c

index 476852408da697dfd5b4e13b29a82844c1e660c2..cf7c52d7d312259a035dff7ce7c9ce2076a9e907 100644 (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