* src/color-button.c: (gl_color_button_finalize):
Unreference menu in finalize.
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@871
f5e0f49d-192f-0410-a22d-
a8d8700d0965
+2009-09-06 Jim Evins <evins@snaught.com>
+
+ * src/color-button.c: (gl_color_button_finalize):
+ Unreference menu in finalize.
+
2009-09-06 Jim Evins <evins@snaught.com>
Some major refinements to the glColorCombo family of widgets.
g_return_if_fail (object && IS_GL_COLOR_BUTTON (object));
this = GL_COLOR_BUTTON (object);
+ g_object_ref_sink (this->priv->menu);
g_free (this->priv);
G_OBJECT_CLASS (gl_color_button_parent_class)->finalize (object);