[nautilus] bookmark-list: free file content after use



commit cc246000fa10f56a2f636e2fb14d763136f36f77
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 bdcb6e9..58d9c9a 100644
--- a/src/nautilus-bookmark-list.c
+++ b/src/nautilus-bookmark-list.c
@@ -380,6 +380,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]