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() ...@@ -130,6 +130,8 @@ void ManagerImpl::terminate()
for (std::vector<std::string>::iterator iter = callList.begin(); iter != callList.end(); ++iter) for (std::vector<std::string>::iterator iter = callList.begin(); iter != callList.end(); ++iter)
hangupCall(*iter); hangupCall(*iter);
saveConfig();
unloadAccountMap(); unloadAccountMap();
delete SIPVoIPLink::instance(); delete SIPVoIPLink::instance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment