mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
fix null list
Origin commit data
------------------
Branch: master
Commit: 95ff777250
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:
committed by
TangoCash
parent
228ab3d48d
commit
d01a02bbb1
@@ -383,6 +383,8 @@ cPlayback::~cPlayback()
|
||||
{
|
||||
lt_info( "%s:%s\n", FILENAME, __FUNCTION__);
|
||||
//FIXME: all deleting stuff is done in Close()
|
||||
if (m_stream_tags)
|
||||
gst_tag_list_free(m_stream_tags);
|
||||
}
|
||||
|
||||
//Used by Fileplay
|
||||
@@ -418,9 +420,6 @@ void cPlayback::Close(void)
|
||||
lt_info( "%s:%s - GST bus handler closed\n", FILENAME, __FUNCTION__);
|
||||
}
|
||||
|
||||
if (m_stream_tags)
|
||||
gst_tag_list_free(m_stream_tags);
|
||||
|
||||
// close gst
|
||||
if (m_gst_playbin)
|
||||
{
|
||||
|
Reference in New Issue
Block a user