playbin2: Free the subtitle URI
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Feb 2010 07:18:06 +0000 (08:18 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Feb 2010 07:18:06 +0000 (08:18 +0100)
gst/playback/gstplaybin2.c

index 0fff8c76bb762dcab7be9804b89d879c3bd1e32c..d66183f5ebcfb758acbfad56a6aae65ad0bd8fe4 100644 (file)
@@ -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);