diff --git a/td/telegram/Td.cpp b/td/telegram/Td.cpp index 4c7e72758..4214e6e43 100644 --- a/td/telegram/Td.cpp +++ b/td/telegram/Td.cpp @@ -3971,6 +3971,8 @@ void Td::clear() { G()->set_connection_creator(ActorOwn()); LOG(DEBUG) << "ConnectionCreator was cleared " << timer; + G()->set_temp_auth_key_watchdog(ActorOwn()); + LOG(DEBUG) << "TempAuthKeyWatchdog was cleared " << timer; // clear actors which are unique pointers animations_manager_actor_.reset();