From: Ray Strode Date: Sat, 13 Sep 2008 15:08:10 +0000 (-0400) Subject: Don't unload plugin when hiding it X-Git-Tag: 0.6.0~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2097e19f31c4a6ce4a8317e297ce91d70fe1aca3;p=thirdparty%2Fplymouth.git 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. --- diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index 8a2b9472..ca2d3cfd 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -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)