mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 04:48:08 +02:00
Free window in splash test program on exit
This commit is contained in:
parent
10df5c98bf
commit
3bb498ca0a
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue