From 55684ad555449361f32a0deb83de7758755c26eb Mon Sep 17 00:00:00 2001 From: Benedikt Meurer Date: Sat, 6 May 2006 13:00:06 +0000 Subject: 2006-05-05 Benedikt Meurer * thunar/thunar-location-buttons.c (thunar_location_buttons_action_create_folder): Fix double unref. (Old svn revision: 21548) --- thunar/thunar-location-buttons.c | 1 - 1 file changed, 1 deletion(-) (limited to 'thunar/thunar-location-buttons.c') diff --git a/thunar/thunar-location-buttons.c b/thunar/thunar-location-buttons.c index c2111332..921c973f 100644 --- a/thunar/thunar-location-buttons.c +++ b/thunar/thunar-location-buttons.c @@ -1421,7 +1421,6 @@ thunar_location_buttons_action_create_folder (GtkAction *action, /* cleanup */ g_object_unref (G_OBJECT (mime_database)); thunar_vfs_mime_info_unref (mime_info); - g_object_unref (G_OBJECT (directory)); } -- cgit v1.2.1