summaryrefslogtreecommitdiff
path: root/libappstream-builder/plugins/asb-plugin-gstreamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-builder/plugins/asb-plugin-gstreamer.c')
-rw-r--r--libappstream-builder/plugins/asb-plugin-gstreamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-gstreamer.c b/libappstream-builder/plugins/asb-plugin-gstreamer.c
index e44aac8..9f0c710 100644
--- a/libappstream-builder/plugins/asb-plugin-gstreamer.c
+++ b/libappstream-builder/plugins/asb-plugin-gstreamer.c
@@ -143,7 +143,7 @@ asb_plugin_process (AsbPlugin *plugin,
g_autofree gchar *app_id = NULL;
g_autoptr(AsbApp) app = NULL;
g_autoptr(AsIcon) icon = NULL;
- _cleanup_string_free_ GString *str = NULL;
+ g_autoptr(GString) str = NULL;
/* use the pkgname suffix as the app-id */
tmp = asb_package_get_name (pkg);