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