]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Don't unload plugin when hiding it
authorRay Strode <rstrode@redhat.com>
Sat, 13 Sep 2008 15:08:10 +0000 (11:08 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 22 Sep 2008 12:44:32 +0000 (08:44 -0400)
Since it gets unloaded on free() now, we need to
make sure it doesn't get unloaded on hide.

src/ply-boot-splash.c

index 8a2b94729f215cce2fc64a20522ae10dc99a8c0b..ca2d3cfdb78431f911ee9e5a742528089625dc6d 100644 (file)
@@ -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)