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:
[CST] Focus
2014-09-24 13:18:09 +04:00
parent 2d97d6807d
commit f044f1283f

View File

@@ -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);
}