mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Don't leak the path.
Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak the path.
This commit is contained in:
parent
794776640b
commit
c1af2aa6b2
@ -1,3 +1,8 @@
|
||||
Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
|
||||
the path.
|
||||
|
||||
2004-08-08 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
|
||||
the path.
|
||||
|
||||
2004-08-08 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
|
||||
the path.
|
||||
|
||||
2004-08-08 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
|
||||
the path.
|
||||
|
||||
2004-08-08 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
|
||||
|
@ -4176,6 +4176,8 @@ gtk_combo_box_set_active (GtkComboBox *combo_box,
|
||||
path = NULL;
|
||||
|
||||
gtk_combo_box_set_active_internal (combo_box, path);
|
||||
|
||||
gtk_tree_path_free (path);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user