mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 08:58:05 +02:00
[space-flares] Fix memleak
This commit is contained in:
parent
a1d66397af
commit
5f6e7332c5
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ create_plugin (ply_key_file_t *key_file)
|
|||
plugin->sprites = ply_list_new();
|
||||
plugin->progress = 0;
|
||||
plugin->progress_target = -1;
|
||||
free(image_dir);
|
||||
return plugin;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue