mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
fix null list
This commit is contained in:
committed by
TangoCash
parent
d17ffb727b
commit
95ff777250
@@ -383,6 +383,8 @@ 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)
|
||||||
|
gst_tag_list_free(m_stream_tags);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Used by Fileplay
|
//Used by Fileplay
|
||||||
@@ -418,9 +420,6 @@ void cPlayback::Close(void)
|
|||||||
lt_info( "%s:%s - GST bus handler closed\n", FILENAME, __FUNCTION__);
|
lt_info( "%s:%s - GST bus handler closed\n", FILENAME, __FUNCTION__);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_stream_tags)
|
|
||||||
gst_tag_list_free(m_stream_tags);
|
|
||||||
|
|
||||||
// close gst
|
// close gst
|
||||||
if (m_gst_playbin)
|
if (m_gst_playbin)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user