mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
uri-asset: Don't leak GstDiscovererInfo
This commit is contained in:
parent
5a46f2eae9
commit
c883f98961
1 changed files with 2 additions and 0 deletions
|
@ -630,6 +630,8 @@ ges_uri_clip_asset_request_sync (const gchar * uri, GError ** error)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_discoverer_info_unref (info);
|
||||||
|
|
||||||
return asset;
|
return asset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue