mirror of https://github.com/GNOME/gimp.git
app: fix memory leak in previous commit
This commit is contained in:
parent
1e95481feb
commit
08ebcce2fa
|
@ -531,6 +531,10 @@ gimp_move_tool_oper_update (GimpTool *tool,
|
|||
|
||||
gimp_draw_tool_resume (draw_tool);
|
||||
}
|
||||
else
|
||||
{
|
||||
g_list_free (guides);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue