aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-14 14:09:36 -0500
committerTed Gould <ted@gould.cx>2011-03-14 14:09:36 -0500
commite2adde1fc915569e88152391fda8b0244b095ee2 (patch)
treeaf5017b566d1c8b16ccdf0520c27514b69e7c816
parent7b316782e0acd1ef0e91f41feca4ddb9c4ac5c4f (diff)
downloadayatana-indicator-application-e2adde1fc915569e88152391fda8b0244b095ee2.tar.gz
ayatana-indicator-application-e2adde1fc915569e88152391fda8b0244b095ee2.tar.bz2
ayatana-indicator-application-e2adde1fc915569e88152391fda8b0244b095ee2.zip
Noticing a missing unref
-rw-r--r--src/application-service-appstore.c1
1 files changed, 1 insertions, 0 deletions
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) {