Free uris when finalizing playbin2 instance.

This commit is contained in:
Michael Smith 2009-01-30 10:49:55 -08:00
parent a2b0229058
commit f7abf8ed94

View file

@ -951,6 +951,7 @@ init_group (GstPlayBin * playbin, GstSourceGroup * group)
static void
free_group (GstPlayBin * playbin, GstSourceGroup * group)
{
g_free (group->uri);
g_ptr_array_free (group->video_channels, TRUE);
g_ptr_array_free (group->audio_channels, TRUE);
g_ptr_array_free (group->text_channels, TRUE);