Don't leak a path here. (#168443, Morten Welinder)
2005-02-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a path here. (#168443, Morten Welinder)
This commit is contained in:
committed by
Matthias Clasen
parent
17259faf4d
commit
292ec3ab07
@@ -1,3 +1,8 @@
|
||||
2005-02-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a
|
||||
path here. (#168443, Morten Welinder)
|
||||
|
||||
2005-02-24 Robert Ögren <gtk@roboros.com>
|
||||
|
||||
Implement better handling of Wintab tablet context overlap on
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-02-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a
|
||||
path here. (#168443, Morten Welinder)
|
||||
|
||||
2005-02-24 Robert Ögren <gtk@roboros.com>
|
||||
|
||||
Implement better handling of Wintab tablet context overlap on
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-02-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a
|
||||
path here. (#168443, Morten Welinder)
|
||||
|
||||
2005-02-24 Robert Ögren <gtk@roboros.com>
|
||||
|
||||
Implement better handling of Wintab tablet context overlap on
|
||||
|
||||
@@ -2511,6 +2511,7 @@ gtk_combo_box_menu_fill_level (GtkComboBox *combo_box,
|
||||
"gtk-combo-box-item-path",
|
||||
gtk_tree_row_reference_new (model, path),
|
||||
(GDestroyNotify)gtk_tree_row_reference_free);
|
||||
gtk_tree_path_free (path);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user