Fix another memleak in Client::TryReward

This commit is contained in:
Michael Cook (mackal) 2015-02-20 21:10:53 -05:00
parent 0a351bf6e1
commit 7afb29cf02

View File

@ -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;