From: cee1 Date: Wed, 15 Jun 2011 09:18:42 +0000 (+0800) Subject: two-step plugin: free plugin->animation_dir when destroy X-Git-Tag: 0.8.4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f6221f8dbe4e263e8f1863fff016c70fe32515;p=thirdparty%2Fplymouth.git two-step plugin: free plugin->animation_dir when destroy --- diff --git a/src/plugins/splash/two-step/plugin.c b/src/plugins/splash/two-step/plugin.c index 9edc4bfa..8f69e0f7 100644 --- a/src/plugins/splash/two-step/plugin.c +++ b/src/plugins/splash/two-step/plugin.c @@ -664,6 +664,7 @@ destroy_plugin (ply_boot_splash_plugin_t *plugin) if (plugin->header_image != NULL) ply_image_free (plugin->header_image); + free (plugin->animation_dir); free_views (plugin); free (plugin); }