mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 12:28:12 +02:00
Don't leak entry
This commit is contained in:
parent
7e14cb9452
commit
6a2fba76c1
1 changed files with 2 additions and 0 deletions
|
|
@ -641,6 +641,8 @@ on_enter (ply_boot_splash_plugin_t *plugin,
|
|||
plugin->password_answer_handler (plugin->password_answer_data,
|
||||
text);
|
||||
plugin->entry->number_of_bullets = 0;
|
||||
entry_free (plugin->entry);
|
||||
plugin->entry = NULL;
|
||||
start_animation (plugin);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue