[nautilus/wip/gbsneto/memleaks: 7/7] bookmark-list: free file content after use
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/gbsneto/memleaks: 7/7] bookmark-list: free file content after use
- Date: Tue, 23 Aug 2016 23:33:11 +0000 (UTC)
commit 819ab82ac67b3cd8c691eb959aac59b21b40995e
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Aug 23 19:53:18 2016 -0300
bookmark-list: free file content after use
https://bugzilla.gnome.org/show_bug.cgi?id=770306
src/nautilus-bookmark-list.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-bookmark-list.c b/src/nautilus-bookmark-list.c
index c849c01..5e539a9 100644
--- a/src/nautilus-bookmark-list.c
+++ b/src/nautilus-bookmark-list.c
@@ -365,6 +365,7 @@ load_callback (GObject *source_object,
op_processed_cb (self);
g_strfreev (lines);
+ g_free (contents);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]