app: fix memory leak in previous commit

This commit is contained in:
Ell 2019-05-30 02:41:43 -04:00
parent 1e95481feb
commit 08ebcce2fa
1 changed files with 4 additions and 0 deletions

View File

@ -531,6 +531,10 @@ gimp_move_tool_oper_update (GimpTool *tool,
gimp_draw_tool_resume (draw_tool); gimp_draw_tool_resume (draw_tool);
} }
else
{
g_list_free (guides);
}
} }
static void static void