summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/ges-launcher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ges-launcher.c b/tools/ges-launcher.c
index 596aa171..f4609b1e 100644
--- a/tools/ges-launcher.c
+++ b/tools/ges-launcher.c
@@ -440,7 +440,8 @@ get_smart_profile (GESLauncher * self)
gst_discoverer_stream_info_list_free (audio_streams);
gst_discoverer_stream_info_list_free (video_streams);
}
- g_list_free_full (assets, gst_object_unref);
+
+ g_list_free (assets);
if (possible_profiles) {
possible_profiles = g_list_sort (possible_profiles, sort_encoding_profiles);