app: unfreed GList.
Thanks to Massimo for reporting.
This commit is contained in:
parent
b89e815489
commit
456327eff0
1 changed files with 2 additions and 0 deletions
|
|
@ -720,6 +720,8 @@ gimp_transform_grid_tool_options_notify (GimpTool *tool,
|
|||
{
|
||||
gimp_transform_grid_tool_show_selected_objects (tg_tool);
|
||||
}
|
||||
|
||||
g_list_free (objects);
|
||||
}
|
||||
|
||||
gimp_transform_grid_tool_update_preview (tg_tool);
|
||||
|
|
|
|||
Loading…
Reference in a new issue