From ecffd517510c44c06d664a5af7b45edbaeaee58e Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 15 Feb 2010 08:18:06 +0100 Subject: playbin2: Free the subtitle URI --- gst/playback/gstplaybin2.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit