Don't leak parent_path. (#168435, Morten Welinder)
2005-02-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path): Don't leak parent_path. (#168435, Morten Welinder)
This commit is contained in:
committed by
Matthias Clasen
parent
2b70ccc35b
commit
d96735bed3
@@ -1,5 +1,8 @@
|
||||
2005-02-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path):
|
||||
Don't leak parent_path. (#168435, Morten Welinder)
|
||||
|
||||
* gtk/gtkcombobox.c: Consistently use gtk_tree_row_reference_valid().
|
||||
(gtk_combo_box_model_row_deleted): Update the displayed row in
|
||||
the cell_view. (#167842, Gustavo Carneiro)
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
2005-02-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path):
|
||||
Don't leak parent_path. (#168435, Morten Welinder)
|
||||
|
||||
* gtk/gtkcombobox.c: Consistently use gtk_tree_row_reference_valid().
|
||||
(gtk_combo_box_model_row_deleted): Update the displayed row in
|
||||
the cell_view. (#167842, Gustavo Carneiro)
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
2005-02-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path):
|
||||
Don't leak parent_path. (#168435, Morten Welinder)
|
||||
|
||||
* gtk/gtkcombobox.c: Consistently use gtk_tree_row_reference_valid().
|
||||
(gtk_combo_box_model_row_deleted): Update the displayed row in
|
||||
the cell_view. (#167842, Gustavo Carneiro)
|
||||
|
||||
@@ -4867,6 +4867,7 @@ gtk_file_chooser_default_select_path (GtkFileChooser *chooser,
|
||||
return result;
|
||||
}
|
||||
|
||||
gtk_file_path_free (parent_path);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user