From 55684ad555449361f32a0deb83de7758755c26eb Mon Sep 17 00:00:00 2001 From: Benedikt Meurer <benny@xfce.org> Date: Sat, 6 May 2006 13:00:06 +0000 Subject: [PATCH] 2006-05-05 Benedikt Meurer <benny@xfce.org> * thunar/thunar-location-buttons.c (thunar_location_buttons_action_create_folder): Fix double unref. (Old svn revision: 21548) --- ChangeLog | 5 +++++ thunar/thunar-location-buttons.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 85a428711..efb884643 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-05 Benedikt Meurer <benny@xfce.org> + + * thunar/thunar-location-buttons.c + (thunar_location_buttons_action_create_folder): Fix double unref. + 2006-05-04 Daichi Kawahata <daichi@xfce.org> * configure.in.in, docs/manual/Makefile.am, docs/manual/ru/Makefile.am, diff --git a/thunar/thunar-location-buttons.c b/thunar/thunar-location-buttons.c index c2111332d..921c973fa 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)); } -- GitLab