uri-asset: Don't leak GstDiscovererInfo

This commit is contained in:
Seungha Yang 2019-01-15 00:15:28 +09:00 committed by Thibault Saunier
parent 5a46f2eae9
commit c883f98961

View file

@ -630,6 +630,8 @@ ges_uri_clip_asset_request_sync (const gchar * uri, GError ** error)
return NULL;
}
gst_discoverer_info_unref (info);
return asset;
}