fix null list

Origin commit data
------------------
Branch: master
Commit: 9a61e6264e
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 04b317490b
commit 5aec4de05d

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