summaryrefslogtreecommitdiff
path: root/thunar/thunar-location-buttons.c
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-05-06 13:00:06 +0000
committerBenedikt Meurer <benny@xfce.org>2006-05-06 13:00:06 +0000
commit55684ad555449361f32a0deb83de7758755c26eb (patch)
tree384ec1a580af3607c9021c7a24fe5fa5cfd1c0be /thunar/thunar-location-buttons.c
parent942685f4392669662f03081a1e66cbc39d16773e (diff)
downloadthunar-55684ad555449361f32a0deb83de7758755c26eb.tar.gz
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)
Diffstat (limited to 'thunar/thunar-location-buttons.c')
-rw-r--r--thunar/thunar-location-buttons.c1
1 files changed, 0 insertions, 1 deletions
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));
}