playbin2: Fix stupid bug introduced in last commit

This commit is contained in:
Sebastian Dröge 2009-11-19 12:23:08 +01:00
parent d6dd987ffb
commit 7e5d6ed441

View file

@ -1114,8 +1114,8 @@ free_group (GstPlayBin * playbin, GstSourceGroup * group)
g_list_free (group->stream_changed_pending);
group->stream_changed_pending = NULL;
if (group->stream_changed_pending_lock);
g_mutex_free (group->stream_changed_pending_lock);
if (group->stream_changed_pending_lock)
g_mutex_free (group->stream_changed_pending_lock);
group->stream_changed_pending_lock = NULL;
}