unlock the node mutex if node not found

This commit is contained in:
Stephen Birarda 2014-12-18 14:16:22 -08:00
parent 07f95c597c
commit e13e9febdc

View file

@ -400,6 +400,8 @@ void LimitedNodeList::killNodeWithUUID(const QUuid& nodeUUID) {
_nodeHash.unsafe_erase(it);
handleNodeKill(matchingNode);
} else {
_nodeMutex.unlock();
}
}