mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimp: some memory leak fixed.
This commit is contained in:
parent
14bcaa717b
commit
dac29b17a8
1 changed files with 4 additions and 0 deletions
|
@ -1586,6 +1586,8 @@ gimp_procedure_dialog_fill_list (GimpProcedureDialog *dialog,
|
|||
|
||||
if (properties)
|
||||
free_properties = TRUE;
|
||||
|
||||
g_free (pspecs);
|
||||
}
|
||||
|
||||
GIMP_PROCEDURE_DIALOG_GET_CLASS (dialog)->fill_list (dialog,
|
||||
|
@ -2699,6 +2701,8 @@ gimp_procedure_dialog_fill_container_list (GimpProcedureDialog *dialog,
|
|||
|
||||
if (properties)
|
||||
free_properties = TRUE;
|
||||
|
||||
g_free (pspecs);
|
||||
}
|
||||
|
||||
sz_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue