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:
Matthias Clasen 2004-11-04 03:28:23 +00:00 committed by Matthias Clasen
parent 669d068594
commit ff56295f76
5 changed files with 14 additions and 0 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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