mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
cc_item_infobxox: reset pic and cctext in destructor for sure
Origin commit data
------------------
Branch: ni/coolstream
Commit: 373e70b7c1
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-05 (Sun, 05 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -79,8 +79,8 @@ CComponentsInfoBox::CComponentsInfoBox( const int& x_pos,
|
||||
|
||||
CComponentsInfoBox::~CComponentsInfoBox()
|
||||
{
|
||||
delete pic;
|
||||
delete cctext;
|
||||
delete pic; pic = NULL;
|
||||
delete cctext; cctext = NULL;
|
||||
}
|
||||
|
||||
void CComponentsInfoBox::setPicture(const std::string& picture_name, const int& dx, const int& dy)
|
||||
|
Reference in New Issue
Block a user