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:
Matthias Clasen 2004-08-09 02:45:18 +00:00 committed by Matthias Clasen
parent 794776640b
commit c1af2aa6b2
5 changed files with 22 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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