Fix TempAuthKeyWatchdog release.
GitOrigin-RevId: 836bd0e2e53fcbf5f2253b25e05bcf8a83fba904
This commit is contained in:
parent
3bc52d545f
commit
d7f44acf2e
@ -3971,6 +3971,8 @@ void Td::clear() {
|
||||
|
||||
G()->set_connection_creator(ActorOwn<ConnectionCreator>());
|
||||
LOG(DEBUG) << "ConnectionCreator was cleared " << timer;
|
||||
G()->set_temp_auth_key_watchdog(ActorOwn<TempAuthKeyWatchdog>());
|
||||
LOG(DEBUG) << "TempAuthKeyWatchdog was cleared " << timer;
|
||||
|
||||
// clear actors which are unique pointers
|
||||
animations_manager_actor_.reset();
|
||||
|
Loading…
Reference in New Issue
Block a user