mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
gui/widget/hintbox.cpp: use hide() in dtor
Origin commit data
------------------
Commit: 31d5811bc3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-24 (Wed, 24 Sep 2014)
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