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