fix null list

This commit is contained in:
Jacek Jendrzej
2017-10-24 18:32:36 +02:00
committed by Thilo Graf
parent 7c4935a1c9
commit 9a61e6264e

View File

@@ -432,7 +432,7 @@ cPlayback::~cPlayback()
lt_info( "%s:%s\n", FILENAME, __FUNCTION__);
//FIXME: all deleting stuff is done in Close()
if (m_stream_tags)
gst_tag_list_unref(m_stream_tags);
gst_tag_list_free(m_stream_tags);
}
//Used by Fileplay