[nautilus] files-view: plug view leak



commit 94dae7b56cdf1c48e5d1cc0288955b9a866a6732
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Oct 5 20:35:27 2016 +0200

    files-view: plug view leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772462

 src/nautilus-files-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index e90b5f3..c6eab15 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -6786,6 +6786,7 @@ on_clipboard_contents_received (GtkClipboard     *clipboard,
                                  can_link_from_copied_files &&
                                  settings_show_create_link);
 
+    g_object_unref (view);
 }
 
 static void


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