mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 11:58:08 +02:00
Merge branch 'script-unref' into 'master'
script: add missing unref() for system update func See merge request plymouth/plymouth!97
This commit is contained in:
commit
e0dff47998
1 changed files with 1 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ void script_lib_plymouth_destroy (script_lib_plymouth_data_t *data)
|
|||
script_obj_unref (data->script_display_message_func);
|
||||
script_obj_unref (data->script_hide_message_func);
|
||||
script_obj_unref (data->script_quit_func);
|
||||
script_obj_unref (data->script_system_update_func);
|
||||
free (data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue