mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
[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:
parent
986eda44aa
commit
2926b4df78
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user