[gnome-software] trivial: Fix a memory leak when loading a flatpak bundle



commit 8ffadd2810ef5ec6d85ba8011b2186e5cab81b8d
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jul 25 23:13:05 2016 +0100

    trivial: Fix a memory leak when loading a flatpak bundle

 src/plugins/gs-flatpak.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-flatpak.c b/src/plugins/gs-flatpak.c
index 970b393..288dfb4 100644
--- a/src/plugins/gs-flatpak.c
+++ b/src/plugins/gs-flatpak.c
@@ -1623,7 +1623,7 @@ gs_flatpak_file_to_app_bundle (GsFlatpak *self,
        if (flatpak_bundle_ref_get_origin (xref_bundle))
                gs_app_add_quirk (app, AS_APP_QUIRK_HAS_SOURCE);
 
-       g_debug ("created local app: %s", gs_app_to_string (app));
+       /* success */
        gs_app_list_add (list, app);
        return TRUE;
 }


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