fix in destruction of the application
This commit is contained in:
@@ -912,7 +912,7 @@ void Application::destructObserver(void)
|
||||
if ( _pConsoleObserverStd ) {
|
||||
Console().DetachObserver(_pConsoleObserverStd);
|
||||
delete _pConsoleObserverStd;
|
||||
_pConsoleObserverFile = 0;
|
||||
_pConsoleObserverStd = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user