mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 15:11:30 +00:00
Fix another memleak in Client::TryReward
This commit is contained in:
parent
0a351bf6e1
commit
7afb29cf02
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user