mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Fix another memleak in Client::TryReward
This commit is contained in:
@@ -5448,6 +5448,7 @@ bool Client::TryReward(uint32 claim_id)
|
||||
|
||||
PutItemInInventory(free_slot, *claim);
|
||||
SendItemPacket(free_slot, claim, ItemPacketTrade);
|
||||
safe_delete(claim);
|
||||
|
||||
Save();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user