mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 21:23:18 +02:00
unlock the node mutex if node not found
This commit is contained in:
parent
07f95c597c
commit
e13e9febdc
1 changed files with 2 additions and 0 deletions
|
@ -400,6 +400,8 @@ void LimitedNodeList::killNodeWithUUID(const QUuid& nodeUUID) {
|
|||
_nodeHash.unsafe_erase(it);
|
||||
|
||||
handleNodeKill(matchingNode);
|
||||
} else {
|
||||
_nodeMutex.unlock();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue