[gtk+] Plug a leak
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Plug a leak
- Date: Sun, 16 Sep 2012 04:48:40 +0000 (UTC)
commit 01cfe1b595c45791d16f379a292559a270256cc0
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Sep 16 00:48:42 2012 -0400
Plug a leak
gtk/gtkcolorchooserwidget.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkcolorchooserwidget.c b/gtk/gtkcolorchooserwidget.c
index 2d3ba3a..896a8f7 100644
--- a/gtk/gtkcolorchooserwidget.c
+++ b/gtk/gtkcolorchooserwidget.c
@@ -761,6 +761,7 @@ gtk_color_chooser_widget_set_rgba (GtkColorChooser *chooser,
{
select_swatch (cc, swatch);
g_list_free (children);
+ g_list_free (palettes);
return;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]