catch exceptions thrown in tooltips manager dtor
This commit is contained in:
parent
84b2cb2f67
commit
0ce40e751c
1 changed files with 2 additions and 0 deletions
|
@ -113,7 +113,9 @@ manager::manager(CVideo& video)
|
|||
|
||||
manager::~manager()
|
||||
{
|
||||
try {
|
||||
clear_tooltips();
|
||||
} catch (...) {}
|
||||
video_ = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue