mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix null list
This commit is contained in:
@@ -432,7 +432,7 @@ cPlayback::~cPlayback()
|
|||||||
lt_info( "%s:%s\n", FILENAME, __FUNCTION__);
|
lt_info( "%s:%s\n", FILENAME, __FUNCTION__);
|
||||||
//FIXME: all deleting stuff is done in Close()
|
//FIXME: all deleting stuff is done in Close()
|
||||||
if (m_stream_tags)
|
if (m_stream_tags)
|
||||||
gst_tag_list_unref(m_stream_tags);
|
gst_tag_list_free(m_stream_tags);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Used by Fileplay
|
//Used by Fileplay
|
||||||
|
Reference in New Issue
Block a user