mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
app: fix leak.
Commit e0b778fe5a
was not tested well enough. It was heavily leaking
objects passed through the PDB.
This commit is contained in:
parent
bf294c51f6
commit
9a26d45793
1 changed files with 1 additions and 0 deletions
|
@ -1039,6 +1039,7 @@ gimp_procedure_validate_args (GimpProcedure *procedure,
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
g_clear_object (&old_value);
|
||||||
|
|
||||||
/* UTT-8 validate all strings */
|
/* UTT-8 validate all strings */
|
||||||
if (G_PARAM_SPEC_TYPE (pspec) == G_TYPE_PARAM_STRING ||
|
if (G_PARAM_SPEC_TYPE (pspec) == G_TYPE_PARAM_STRING ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue