[gtk+/wip/colorchooser-v2: 23/84] Remove an erraneous g_free call
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/colorchooser-v2: 23/84] Remove an erraneous g_free call
- Date: Tue, 14 Feb 2012 19:06:46 +0000 (UTC)
commit 115b1e6d7fb4c17dec2859360f6a8f13ff0b1879
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Feb 2 07:08:06 2012 -0500
Remove an erraneous g_free call
gtk/gtkcolorscale.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcolorscale.c b/gtk/gtkcolorscale.c
index a56a886..f520cf2 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]