mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 14:48:01 +02:00
two-step plugin: free plugin->animation_dir when destroy
This commit is contained in:
parent
749718356a
commit
71f6221f8d
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue