app: don't leak text-tool UI manager

(cherry picked from commit 8fa9221fb8)
This commit is contained in:
Ell
2020-05-19 17:05:17 +03:00
parent b5353eb2eb
commit 7c8c2c0d69

View File

@ -313,6 +313,7 @@ gimp_text_tool_finalize (GObject *object)
g_clear_object (&text_tool->proxy);
g_clear_object (&text_tool->buffer);
g_clear_object (&text_tool->ui_manager);
gimp_text_tool_editor_finalize (text_tool);