mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Fix wifi, multicast and cpu locks being acquired instead of being released.
This commit is contained in:
parent
573e8468c4
commit
7c397eef3d
1 changed files with 3 additions and 3 deletions
|
|
@ -130,9 +130,9 @@ void CallSessionPrivate::setState (CallSession::State newState, const string &me
|
|||
log->connected_date_time = ms_time(nullptr);
|
||||
break;
|
||||
case CallSession::State::Released:
|
||||
getPlatformHelpers(q->getCore()->getCCore())->acquireWifiLock();
|
||||
getPlatformHelpers(q->getCore()->getCCore())->acquireMcastLock();
|
||||
getPlatformHelpers(q->getCore()->getCCore())->acquireCpuLock();
|
||||
getPlatformHelpers(q->getCore()->getCCore())->releaseWifiLock();
|
||||
getPlatformHelpers(q->getCore()->getCCore())->releaseMcastLock();
|
||||
getPlatformHelpers(q->getCore()->getCCore())->releaseCpuLock();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue