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
c6202d42
Commit
c6202d42
authored
Feb 06, 2009
by
Emmanuel Milou
Browse files
Join thread before leaving
parent
6281bb80
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sipvoiplink.cpp
View file @
c6202d42
...
...
@@ -1409,7 +1409,8 @@ SIPVoIPLink::SIPCallAnswered(SIPCall *call, pjsip_rx_data *rdata)
_debug
(
"UserAgent: Shutting down...
\n
"
);
busy_sleep
(
1000
);
}
pj_thread_join
(
thread
);
pj_thread_destroy
(
thread
);
thread
=
NULL
;
...
...
Write
Preview
Markdown
is supported
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