]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Free window in splash test program on exit
authorRay Strode <rstrode@redhat.com>
Fri, 30 May 2008 13:11:54 +0000 (09:11 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 30 May 2008 13:11:54 +0000 (09:11 -0400)
src/ply-boot-splash.c

index d7794b6df6443d72082725019988327e5904f75c..5000fc4d2476ad481ecc56cc19f44da3ae4c43a1 100644 (file)
@@ -353,6 +353,7 @@ main (int    argc,
                                    on_timeout,
                                    state.splash);
   exit_code = ply_event_loop_run (state.loop);
+  ply_window_free (state.window);
   ply_boot_splash_free (state.splash);
   ply_buffer_free (state.buffer);