fix merge error

This commit is contained in:
Jacek Jendrzej
2017-11-14 15:13:13 +01:00
parent 5662d18602
commit 0b9575ff7f

View File

@@ -449,7 +449,7 @@ cPlayback::~cPlayback()
//FIXME: all deleting stuff is done in Close()
pthread_mutex_lock (&mutex_tag_ist);
if (m_stream_tags)
gst_tag_list_free(m_stream_tags);
gst_tag_list_unref(m_stream_tags);
pthread_mutex_unlock (&mutex_tag_ist);
}