unref the context.
2007-07-17 Sven Neumann <sven@gimp.org> * app/widgets/gimpmenudock.c (gimp_menu_dock_new): unref the context. svn path=/trunk/; revision=22942
This commit is contained in:

committed by
Sven Neumann

parent
f3c451becd
commit
83898a0cf8
@ -1,3 +1,7 @@
|
|||||||
|
2007-07-17 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/widgets/gimpmenudock.c (gimp_menu_dock_new): unref the context.
|
||||||
|
|
||||||
2007-07-17 Sven Neumann <sven@gimp.org>
|
2007-07-17 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/core/gimptoolinfo.c (gimp_tool_info_new): use the tool-info
|
* app/core/gimptoolinfo.c (gimp_tool_info_new): use the tool-info
|
||||||
|
@ -388,6 +388,7 @@ gimp_menu_dock_new (GimpDialogFactory *dialog_factory,
|
|||||||
"context", context,
|
"context", context,
|
||||||
"dialog-factory", dialog_factory,
|
"dialog-factory", dialog_factory,
|
||||||
NULL);
|
NULL);
|
||||||
|
g_object_unref (context);
|
||||||
|
|
||||||
menu_dock->image_container = image_container;
|
menu_dock->image_container = image_container;
|
||||||
menu_dock->display_container = display_container;
|
menu_dock->display_container = display_container;
|
||||||
|
Reference in New Issue
Block a user