Plug a leak. Closes bug #306754.

2005-06-07  Kjartan Maraas  <kmaraas@gnome.org>

	* gtk/gtkfilechooserbutton.c: (update_label_and_image):
	Plug a leak. Closes bug #306754.
This commit is contained in:
Kjartan Maraas
2005-06-07 21:20:41 +00:00
committed by Kjartan Maraas
parent 5a901b17f1
commit 69bc5b3928
4 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
Plug a leak. Closes bug #306754.
2005-06-03 Dom Lachowicz <cinamod@hotmail.com>
Merge from HEAD:

View File

@@ -1,3 +1,8 @@
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
Plug a leak. Closes bug #306754.
2005-06-03 Dom Lachowicz <cinamod@hotmail.com>
Merge from HEAD:

View File

@@ -1,3 +1,8 @@
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
Plug a leak. Closes bug #306754.
2005-06-03 Dom Lachowicz <cinamod@hotmail.com>
Merge from HEAD:

View File

@@ -1827,6 +1827,8 @@ update_label_and_image (GtkFileChooserButton *button)
folder = gtk_file_system_get_folder (priv->fs,
parent_path ? parent_path : path,
GTK_FILE_INFO_DISPLAY_NAME, NULL);
gtk_file_path_free (parent_path);
if (folder)
{
GtkFileInfo *info;