fix null list

Origin commit data
------------------
Branch: master
Commit: c0963b38f0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-24 (Tue, 24 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2017-10-24 18:32:36 +02:00
committed by Thilo Graf
parent 84010cb992
commit 90719d7f35

View File

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