[nautilus] file: fix leaked trash_orig_path
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] file: fix leaked trash_orig_path
- Date: Fri, 24 Aug 2012 16:43:56 +0000 (UTC)
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]