mirror of https://github.com/GNOME/gimp.git
app: Fix a dynamics leak from new pdb fix
This commit is contained in:
parent
5d5430e110
commit
ce606d9561
|
@ -713,6 +713,8 @@ paintbrush_invoker (GimpProcedure *procedure,
|
|||
NULL);
|
||||
|
||||
gimp_context_set_dynamics (context, user_dynamics);
|
||||
|
||||
g_object_unref (pdb_dynamics);
|
||||
}
|
||||
else
|
||||
success = FALSE;
|
||||
|
|
|
@ -638,6 +638,8 @@ HELP
|
|||
NULL);
|
||||
|
||||
gimp_context_set_dynamics (context, user_dynamics);
|
||||
|
||||
g_object_unref (pdb_dynamics);
|
||||
}
|
||||
else
|
||||
success = FALSE;
|
||||
|
|
Loading…
Reference in New Issue