Skip to content

Commit

Permalink
catch exceptions thrown in tooltips manager dtor
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 8, 2014
1 parent 84b2cb2 commit 0ce40e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tooltips.cpp
Expand Up @@ -113,7 +113,9 @@ manager::manager(CVideo& video)

manager::~manager()
{
try {
clear_tooltips();
} catch (...) {}
video_ = NULL;
}

Expand Down

0 comments on commit 0ce40e7

Please sign in to comment.