mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
Free uris when finalizing playbin2 instance.
This commit is contained in:
parent
a2b0229058
commit
f7abf8ed94
1 changed files with 1 additions and 0 deletions
|
@ -951,6 +951,7 @@ init_group (GstPlayBin * playbin, GstSourceGroup * group)
|
|||
static void
|
||||
free_group (GstPlayBin * playbin, GstSourceGroup * group)
|
||||
{
|
||||
g_free (group->uri);
|
||||
g_ptr_array_free (group->video_channels, TRUE);
|
||||
g_ptr_array_free (group->audio_channels, TRUE);
|
||||
g_ptr_array_free (group->text_channels, TRUE);
|
||||
|
|
Loading…
Reference in a new issue