diff --git a/ChangeLog b/ChangeLog index 078e83cd5f411a29609475fc9ab34d28015e0cff..e53ece0171e3984c0fb37aae9da3b84c9ea2ab2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 8 11:01:23 2004 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak + the path. + 2004-08-08 Hans Breuer * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 078e83cd5f411a29609475fc9ab34d28015e0cff..e53ece0171e3984c0fb37aae9da3b84c9ea2ab2b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Aug 8 11:01:23 2004 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak + the path. + 2004-08-08 Hans Breuer * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 078e83cd5f411a29609475fc9ab34d28015e0cff..e53ece0171e3984c0fb37aae9da3b84c9ea2ab2b 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Aug 8 11:01:23 2004 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak + the path. + 2004-08-08 Hans Breuer * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 078e83cd5f411a29609475fc9ab34d28015e0cff..e53ece0171e3984c0fb37aae9da3b84c9ea2ab2b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Aug 8 11:01:23 2004 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak + the path. + 2004-08-08 Hans Breuer * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 351f72eb6d858ba9734bf7132c6823ab24282354..fc56b6d6e26f7fc1a4b24e88255f6b5074cb4410 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -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