Skip to content

Commit

Permalink
fix in destruction of the application
Browse files Browse the repository at this point in the history
  • Loading branch information
jriegel committed Nov 22, 2014
1 parent 81ef381 commit 7d30060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Application.cpp
Expand Up @@ -912,7 +912,7 @@ void Application::destructObserver(void)
if ( _pConsoleObserverStd ) {
Console().DetachObserver(_pConsoleObserverStd);
delete _pConsoleObserverStd;
_pConsoleObserverFile = 0;
_pConsoleObserverStd = 0;
}
}

Expand Down

0 comments on commit 7d30060

Please sign in to comment.