app: don't leak text-tool UI manager
(cherry picked from commit 8fa9221fb8
)
This commit is contained in:
@ -313,6 +313,7 @@ gimp_text_tool_finalize (GObject *object)
|
|||||||
|
|
||||||
g_clear_object (&text_tool->proxy);
|
g_clear_object (&text_tool->proxy);
|
||||||
g_clear_object (&text_tool->buffer);
|
g_clear_object (&text_tool->buffer);
|
||||||
|
g_clear_object (&text_tool->ui_manager);
|
||||||
|
|
||||||
gimp_text_tool_editor_finalize (text_tool);
|
gimp_text_tool_editor_finalize (text_tool);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user