mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Revert "Fix _packets not being cleaned up in ReceivedPacketProcessor"
This reverts commit 4dddb508a8
.
This commit is contained in:
parent
21e9d30bbe
commit
36aaffce43
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ bool ReceivedPacketProcessor::process() {
|
|||
|
||||
void ReceivedPacketProcessor::nodeKilled(SharedNodePointer node) {
|
||||
lock();
|
||||
_packets.remove_if([&](const NodeSharedPacketPair& pair) { return pair.first == node; });
|
||||
_nodePacketCounts.remove(node->getUUID());
|
||||
unlock();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue