mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
gui/widget/hintbox.cpp: use hide() in dtor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 31d5811bc3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-24 (Wed, 24 Sep 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -130,11 +130,7 @@ void CHintBox::init(const char * const Caption, const char * const Text, const i
|
||||
|
||||
CHintBox::~CHintBox(void)
|
||||
{
|
||||
if (window != NULL)
|
||||
{
|
||||
delete window;
|
||||
window = NULL;
|
||||
}
|
||||
hide();
|
||||
free(message);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user