summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-15 08:18:06 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-15 08:18:06 +0100
commitecffd517510c44c06d664a5af7b45edbaeaee58e (patch)
tree15450e1df91ecf5ab2eb90285631c56b13ec4e07
parent9716d5175585138b67483f6f7921aa90e5b4016a (diff)
playbin2: Free the subtitle URI
-rw-r--r--gst/playback/gstplaybin2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c
index 0fff8c76..d66183f5 100644
--- a/gst/playback/gstplaybin2.c
+++ b/gst/playback/gstplaybin2.c
@@ -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);