forked from AuroraMiddleware/gtk
And free the string...
This commit is contained in:
parent
fd96117f72
commit
82b5d16dd6
@ -1361,6 +1361,7 @@ model_add_special (GtkFileChooserButton *button)
|
|||||||
|
|
||||||
if (pixbuf)
|
if (pixbuf)
|
||||||
g_object_unref (pixbuf);
|
g_object_unref (pixbuf);
|
||||||
|
g_free (display_name);
|
||||||
button->priv->n_special++;
|
button->priv->n_special++;
|
||||||
|
|
||||||
#ifndef G_OS_WIN32
|
#ifndef G_OS_WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user