summaryrefslogtreecommitdiffstats
path: root/src/ege-output-action.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-03-20 06:42:59 +0000
committerJon A. Cruz <jon@joncruz.org>2011-03-20 06:42:59 +0000
commit4e01c64b6094fa1f4bf63ec8a8f77cf21696b711 (patch)
tree8d6c7ae3f223f537457c55d3976d269772431eb9 /src/ege-output-action.cpp
parentFilters. Fix for Bug #737813 (translucent filter crashes program when resizin... (diff)
downloadinkscape-4e01c64b6094fa1f4bf63ec8a8f77cf21696b711.tar.gz
inkscape-4e01c64b6094fa1f4bf63ec8a8f77cf21696b711.zip
Cleaned up memory patch. Fixes bug #737298.
Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
Diffstat (limited to 'src/ege-output-action.cpp')
-rw-r--r--src/ege-output-action.cpp2
1 files changed, 2 insertions, 0 deletions
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 );
}