mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/widget/hintbox.cpp: use hide() in dtor
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)
|
CHintBox::~CHintBox(void)
|
||||||
{
|
{
|
||||||
if (window != NULL)
|
hide();
|
||||||
{
|
|
||||||
delete window;
|
|
||||||
window = NULL;
|
|
||||||
}
|
|
||||||
free(message);
|
free(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user