Skip to content
Snippets Groups Projects
Commit d6b192f6 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Fix bug in sipvoiplink.cpp

parent 52d6857c
No related branches found
No related tags found
Loading
...@@ -477,7 +477,6 @@ SIPVoIPLink::hangup(const CallID& id) ...@@ -477,7 +477,6 @@ SIPVoIPLink::hangup(const CallID& id)
return false; return false;
call->getInvSession()->mod_data[getModId()] = NULL; call->getInvSession()->mod_data[getModId()] = NULL;
return true;
// Release RTP thread // Release RTP thread
if (Manager::instance().isCurrentCall(id)) { if (Manager::instance().isCurrentCall(id)) {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment