And free the string...

This commit is contained in:
Matthias Clasen 2006-01-06 21:54:09 +00:00
parent fd96117f72
commit 82b5d16dd6

View File

@ -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