[gnome-software/wip/williamhua/ubuntu-sso: 1/4] Don't g_object_unref reviews which is a GPtrArray



commit c1109dd1fa6a6c481b614e440a8f1fd599e14cc9
Author: William Hua <william hua canonical com>
Date:   Thu Jan 21 10:51:49 2016 -0600

    Don't g_object_unref reviews which is a GPtrArray

 src/gs-app.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-app.c b/src/gs-app.c
index 00cac08..768109a 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -2208,7 +2208,6 @@ gs_app_dispose (GObject *object)
        g_clear_object (&app->bundle);
        g_clear_object (&app->featured_pixbuf);
        g_clear_object (&app->icon);
-       g_clear_object (&app->reviews);
        g_clear_object (&app->pixbuf);
 
        g_clear_pointer (&app->addons, g_ptr_array_unref);


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