diff --git a/src/sipvoiplink.cpp b/src/sipvoiplink.cpp
index 9d1a0f5cf74d4310dd9af7fe82e6deef70ca5e59..f941aedb59efab11daa7aac015ac74ba2cfc73c8 100644
--- a/src/sipvoiplink.cpp
+++ b/src/sipvoiplink.cpp
@@ -156,7 +156,11 @@ SIPVoIPLink::terminate()
 {
   terminateSIPCall(); 
   if (_initDone) {
-    eXosip_quit();
+    // TODO The next line makes the daemon crash on 
+    // account delete if at least one account is registered.
+    // It should called only when the last account 
+    // is deleted/unregistered.
+    //eXosip_quit();
     _initDone = false;
   }
 }