diff options
author | Ted Gould <ted@gould.cx> | 2011-03-14 14:09:36 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-14 14:09:36 -0500 |
commit | e2adde1fc915569e88152391fda8b0244b095ee2 (patch) | |
tree | af5017b566d1c8b16ccdf0520c27514b69e7c816 | |
parent | 7b316782e0acd1ef0e91f41feca4ddb9c4ac5c4f (diff) | |
download | ayatana-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.c | 1 |
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) { |