[nautilus] file: fix leaked trash_orig_path



commit 22ffb9737f31b29cfffb7c841dc0c6254d00b165
Author: Pavel Vasin <rat4vier gmail com>
Date:   Thu Aug 23 21:29:23 2012 +0400

    file: fix leaked trash_orig_path
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682603

 libnautilus-private/nautilus-file.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libnautilus-private/nautilus-file.c b/libnautilus-private/nautilus-file.c
index 51a1eb4..4f90fe0 100644
--- a/libnautilus-private/nautilus-file.c
+++ b/libnautilus-private/nautilus-file.c
@@ -820,6 +820,7 @@ finalize (GObject *object)
 	}
 
 	eel_ref_str_unref (file->details->filesystem_id);
+	g_free (file->details->trash_orig_path);
 
 	g_list_free_full (file->details->mime_list, g_free);
 	g_list_free_full (file->details->pending_extension_emblems, g_free);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]