diff --git a/src/account.cpp b/src/account.cpp
index 3fb100001f2e29dac8f983e2293e268ea79a2840..4bb0bbdd5fd2e3c770403471c2be85db05ae13de 100644
--- a/src/account.cpp
+++ b/src/account.cpp
@@ -138,7 +138,6 @@ Account::freeAccount()
 {
     for (const auto& id : callIDSet_)
         Manager::instance().hangupCall(id);
-    doUnregister();
 }
 
 void