mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 14:48:01 +02:00
Don't free windows on --hide-splash
We still need them to be around for subsequent --show-splash calls.
This commit is contained in:
parent
3498084a4e
commit
00edb5e736
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue