Free window in splash test program on exit

This commit is contained in:
Ray Strode 2008-05-30 09:11:54 -04:00
parent 10df5c98bf
commit 3bb498ca0a

View 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);