Skip to content
Snippets Groups Projects
Commit 38715e50 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#9020: fix config file not generated when no account created

parent 58775832
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,8 @@ void ManagerImpl::terminate()
for (std::vector<std::string>::iterator iter = callList.begin(); iter != callList.end(); ++iter)
hangupCall(*iter);
saveConfig();
unloadAccountMap();
delete SIPVoIPLink::instance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment