mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
And free the string...
This commit is contained in:
parent
fd96117f72
commit
82b5d16dd6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user