Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
442e8d6f
Commit
442e8d6f
authored
Nov 08, 2007
by
Pierre-Luc Beaudoin
Browse files
Fix crash when deleting account with at least one registered account
parent
b1693e08
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sipvoiplink.cpp
View file @
442e8d6f
...
...
@@ -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
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment