Skip to content
Snippets Groups Projects
Commit f47abf0b authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: make the dlclose happen sooner in the exit process

parent 7f080a82
Branches
Tags
No related merge requests found
......@@ -74,6 +74,8 @@ CommandLineLauncher::CommandLineLauncher(const char *) /*:
CommandLineLauncher::~CommandLineLauncher()
{
this->DeleteWatcherList();
m_Application = ITK_NULLPTR;
ApplicationRegistry::CleanRegistry();
}
void CommandLineLauncher::DeleteWatcherList()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment