mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 07:17:16 +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:
@@ -10886,6 +10886,7 @@ void Client::Handle_OP_MoveMultipleItems(const EQApplicationPacket *app)
|
|||||||
InterrogateInventory(this, true, false, true, error);
|
InterrogateInventory(this, true, false, true, error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
safe_delete(mi);
|
||||||
}
|
}
|
||||||
// This is the swap.
|
// This is the swap.
|
||||||
// Client behavior is just to move stacks without combining them
|
// Client behavior is just to move stacks without combining them
|
||||||
|
|||||||
Reference in New Issue
Block a user