Free uris when finalizing playbin2 instance.
This commit is contained in:
parent
a2b0229058
commit
f7abf8ed94
@ -951,6 +951,7 @@ init_group (GstPlayBin * playbin, GstSourceGroup * group)
|
|||||||
static void
|
static void
|
||||||
free_group (GstPlayBin * playbin, GstSourceGroup * group)
|
free_group (GstPlayBin * playbin, GstSourceGroup * group)
|
||||||
{
|
{
|
||||||
|
g_free (group->uri);
|
||||||
g_ptr_array_free (group->video_channels, TRUE);
|
g_ptr_array_free (group->video_channels, TRUE);
|
||||||
g_ptr_array_free (group->audio_channels, TRUE);
|
g_ptr_array_free (group->audio_channels, TRUE);
|
||||||
g_ptr_array_free (group->text_channels, TRUE);
|
g_ptr_array_free (group->text_channels, TRUE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user