forked from AuroraMiddleware/gtk
Plug a memleak. (#455721, Christian Persch)
2007-07-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (model_add_special_get_info_cb): Plug a memleak. (#455721, Christian Persch) svn path=/trunk/; revision=18476
This commit is contained in:
parent
1053a08cc9
commit
9046ebc9f1
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserbutton.c (model_add_special_get_info_cb):
|
||||||
|
Plug a memleak. (#455721, Christian Persch)
|
||||||
|
|
||||||
2007-07-16 Matthias Clasen <mclasen@redhat.com>
|
2007-07-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkscalebutton.c: Apply a patch by Guillaume Cottenceau
|
* gtk/gtkscalebutton.c: Apply a patch by Guillaume Cottenceau
|
||||||
|
@ -1667,7 +1667,8 @@ model_add_special_get_info_cb (GtkFileSystemHandle *handle,
|
|||||||
gtk_list_store_set (GTK_LIST_STORE (data->button->priv->model), &iter,
|
gtk_list_store_set (GTK_LIST_STORE (data->button->priv->model), &iter,
|
||||||
DISPLAY_NAME_COLUMN, gtk_file_info_get_display_name (info),
|
DISPLAY_NAME_COLUMN, gtk_file_info_get_display_name (info),
|
||||||
-1);
|
-1);
|
||||||
|
g_free (name);
|
||||||
|
|
||||||
out:
|
out:
|
||||||
g_object_unref (data->button);
|
g_object_unref (data->button);
|
||||||
gtk_tree_row_reference_free (data->row_ref);
|
gtk_tree_row_reference_free (data->row_ref);
|
||||||
|
Loading…
Reference in New Issue
Block a user