forked from AuroraMiddleware/gtk
Don't leak the path. (#157301, Carlos Garnacho Parro)
2004-11-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): Don't leak the path. (#157301, Carlos Garnacho Parro)
This commit is contained in:
parent
669d068594
commit
ff56295f76
@ -1,5 +1,8 @@
|
||||
2004-11-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (new_folder_button_clicked):
|
||||
Don't leak the path. (#157301, Carlos Garnacho Parro)
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_drag_motion): Handle the
|
||||
case that the protocol version in the context is not
|
||||
set yet. (#157123, James Henstridge)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-11-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (new_folder_button_clicked):
|
||||
Don't leak the path. (#157301, Carlos Garnacho Parro)
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_drag_motion): Handle the
|
||||
case that the protocol version in the context is not
|
||||
set yet. (#157123, James Henstridge)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-11-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (new_folder_button_clicked):
|
||||
Don't leak the path. (#157301, Carlos Garnacho Parro)
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_drag_motion): Handle the
|
||||
case that the protocol version in the context is not
|
||||
set yet. (#157123, James Henstridge)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-11-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (new_folder_button_clicked):
|
||||
Don't leak the path. (#157301, Carlos Garnacho Parro)
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_drag_motion): Handle the
|
||||
case that the protocol version in the context is not
|
||||
set yet. (#157123, James Henstridge)
|
||||
|
@ -1557,6 +1557,8 @@ new_folder_button_clicked (GtkButton *button,
|
||||
path,
|
||||
impl->list_name_column,
|
||||
TRUE);
|
||||
|
||||
gtk_tree_path_free (path);
|
||||
}
|
||||
|
||||
/* Idle handler for creating a new folder after editing its name cell, or for
|
||||
|
Loading…
Reference in New Issue
Block a user