mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
playbin2: Free the subtitle URI
This commit is contained in:
parent
9716d51755
commit
ecffd51751
1 changed files with 1 additions and 0 deletions
|
@ -1105,6 +1105,7 @@ static void
|
|||
free_group (GstPlayBin * playbin, GstSourceGroup * group)
|
||||
{
|
||||
g_free (group->uri);
|
||||
g_free (group->suburi);
|
||||
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