diff --git a/Telegram/SourceFiles/messenger.cpp b/Telegram/SourceFiles/messenger.cpp index d6272576c..ea7803f09 100644 --- a/Telegram/SourceFiles/messenger.cpp +++ b/Telegram/SourceFiles/messenger.cpp @@ -696,8 +696,8 @@ void Messenger::prepareToDestroy() { _window.reset(); // Some MTP requests can be cancelled from data clearing. - _delayedDestroyedLoaders.clear(); App::clearHistories(); + _delayedDestroyedLoaders.clear(); authSessionDestroy(); _mtproto.reset();