diff options
-rw-r--r-- | src/application-service-appstore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 7b9c652..76e1c4a 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -527,6 +527,8 @@ got_all_properties (GObject * source_object, GAsyncResult * res, g_free(app->aicon); if (aicon_name != NULL) { app->aicon = g_variant_dup_string(aicon_name, NULL); + } else { + app->aicon = NULL; } g_free(app->icon_theme_path); |