From 82b5d16dd6a561204affeed488e1374714cc3fc6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 6 Jan 2006 21:54:09 +0000 Subject: [PATCH] And free the string... --- gtk/gtkfilechooserbutton.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 18c3d97fcf..7219734cce 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -1361,6 +1361,7 @@ model_add_special (GtkFileChooserButton *button) if (pixbuf) g_object_unref (pixbuf); + g_free (display_name); button->priv->n_special++; #ifndef G_OS_WIN32