mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Plug leak.
2004-03-11 Morten Welinder <terra@gnome.org> * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
This commit is contained in:
parent
5c2b9546d6
commit
83384bd070
@ -1,3 +1,7 @@
|
||||
2004-03-11 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
|
||||
|
||||
Thu Mar 11 16:28:15 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-03-11 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
|
||||
|
||||
Thu Mar 11 16:28:15 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-03-11 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
|
||||
|
||||
Thu Mar 11 16:28:15 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-03-11 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
|
||||
|
||||
Thu Mar 11 16:28:15 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-03-11 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
|
||||
|
||||
Thu Mar 11 16:28:15 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
|
||||
|
@ -1106,4 +1106,5 @@ _gtk_path_bar_set_file_system (GtkPathBar *path_bar,
|
||||
path_bar->home_path = gtk_file_system_filename_to_path (path_bar->file_system, home);
|
||||
path_bar->desktop_path = gtk_file_system_filename_to_path (path_bar->file_system, desktop);
|
||||
path_bar->root_path = gtk_file_system_filename_to_path (path_bar->file_system, "/");
|
||||
g_free (desktop);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user