[nautilus] shell-search-provider: plug a memleak



commit 79b727a629770fec5fff2ee6a182ddae8b180fbf
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jan 21 13:05:07 2013 -0500

    shell-search-provider: plug a memleak

 src/nautilus-shell-search-provider.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-shell-search-provider.c b/src/nautilus-shell-search-provider.c
index a3e6c20..c2c4b69 100644
--- a/src/nautilus-shell-search-provider.c
+++ b/src/nautilus-shell-search-provider.c
@@ -549,8 +549,6 @@ result_list_attributes_ready_cb (GList    *file_list,
 
     uri = nautilus_file_get_uri (file);
     display_name = get_display_name (data->self, file);
-    pix = nautilus_file_get_icon_pixbuf (file, 128, TRUE,
-                                         NAUTILUS_FILE_ICON_FLAGS_USE_THUMBNAILS);
 
     g_variant_builder_add (&meta, "{sv}",
                            "id", g_variant_new_string (uri));



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