mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 15:59:58 +00:00
commit
2c25564a0d
@ -730,6 +730,7 @@ bool DBinderService::ProcessOnSessionClosed(std::shared_ptr<Session> session)
|
||||
std::lock_guard<std::mutex> lock(threadLockMutex_);
|
||||
for (auto it = threadLockInfo_.begin(); it != threadLockInfo_.end();) {
|
||||
if (it->second->networkId != session->GetPeerDeviceId()) {
|
||||
it++;
|
||||
continue;
|
||||
}
|
||||
std::unique_lock<std::mutex> lock(it->second->mutex);
|
||||
|
Loading…
Reference in New Issue
Block a user