From dbbe4c12fa659992a09fd7b43ec7016cb0145b9d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Feb 2012 07:08:06 -0500 Subject: [PATCH] Remove an erraneous g_free call --- gtk/gtkcolorscale.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkcolorscale.c b/gtk/gtkcolorscale.c index a56a886066..f520cf203b 100644 --- a/gtk/gtkcolorscale.c +++ b/gtk/gtkcolorscale.c @@ -238,7 +238,6 @@ scale_draw (GtkWidget *widget, } else cairo_rectangle (cr, 1, 1, width - 2, height - 2); - g_free (theme); cairo_clip (cr); cairo_set_source_surface (cr, scale->priv->surface, 0, 0);