[Memory Leak] Fix memory leak in Client::Handle_OP_MoveMultipleItems (#4613)

* [Memory Leak] Fix memory leak in Client::Handle_OP_MoveMultipleItems

* Update client_packet.cpp
This commit is contained in:
Chris Miles 2025-01-24 02:59:08 -06:00 committed by GitHub
parent 986eda44aa
commit 2926b4df78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10886,6 +10886,7 @@ void Client::Handle_OP_MoveMultipleItems(const EQApplicationPacket *app)
InterrogateInventory(this, true, false, true, error);
}
}
safe_delete(mi);
}
// This is the swap.
// Client behavior is just to move stacks without combining them