From 4e01c64b6094fa1f4bf63ec8a8f77cf21696b711 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sat, 19 Mar 2011 23:42:59 -0700 Subject: Cleaned up memory patch. Fixes bug #737298. Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118) --- src/ege-output-action.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ege-output-action.cpp') diff --git a/src/ege-output-action.cpp b/src/ege-output-action.cpp index 62878eb16..72616ce18 100644 --- a/src/ege-output-action.cpp +++ b/src/ege-output-action.cpp @@ -222,6 +222,8 @@ GtkWidget* create_tool_item( GtkAction* action ) gtk_container_add( GTK_CONTAINER(item), hb ); gtk_widget_show_all( item ); + + g_value_unset( &value ); } else { item = gParentClass->create_tool_item( action ); } -- cgit v1.2.3