mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 10:08:06 +02:00
[throbgress] Fix memleak
This commit is contained in:
parent
5f6e7332c5
commit
e1541d73d2
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ create_plugin (ply_key_file_t *key_file)
|
|||
plugin->throbber = ply_throbber_new (image_dir, "throbber-");
|
||||
plugin->label = ply_label_new ();
|
||||
plugin->progress_bar = ply_progress_bar_new ();
|
||||
free(image_dir);
|
||||
|
||||
return plugin;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue