From e2adde1fc915569e88152391fda8b0244b095ee2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 14 Mar 2011 14:09:36 -0500 Subject: Noticing a missing unref --- src/application-service-appstore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 5f343e5..faf6dc0 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -486,6 +486,7 @@ got_all_properties (GObject * source_object, GAsyncResult * res, } /* else ignore */ } g_variant_iter_free (iter); + g_variant_unref(properties); if (menu == NULL || id == NULL || category == NULL || status == NULL || icon_name == NULL) { -- cgit v1.2.3