app: unfreed GList.

Thanks to Massimo for reporting.
This commit is contained in:
Jehan 2021-08-22 10:56:13 +02:00
parent b89e815489
commit 456327eff0

View file

@ -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);