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

Fix bug in sipvoiplink.cpp

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