mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 14:48:01 +02:00
Don't unload plugin when hiding it
Since it gets unloaded on free() now, we need to make sure it doesn't get unloaded on hide.
This commit is contained in:
parent
8a6d13f956
commit
2097e19f31
1 changed files with 0 additions and 1 deletions
|
|
@ -263,7 +263,6 @@ ply_boot_splash_hide (ply_boot_splash_t *splash)
|
|||
splash->loop,
|
||||
splash->window);
|
||||
|
||||
ply_boot_splash_unload_plugin (splash);
|
||||
splash->is_shown = false;
|
||||
|
||||
if (splash->loop != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue