[Memory Leak] Fix leak in Client::RemoveDuplicateLore (#4614)

This commit is contained in:
Chris Miles
2025-01-24 12:22:58 -06:00
committed by GitHub
parent 2926b4df78
commit faa8a492f7
4 changed files with 62 additions and 87 deletions
+2
View File
@@ -218,6 +218,8 @@ namespace EQ
std::map<int16, ItemInstance*>& GetPersonal() { return m_inv; }
int16 HasEvolvingItem(uint64 evolve_unique_id, uint8 quantity, uint8 where);
inline int16 PushItem(int16 slot_id, ItemInstance* inst) { return _PutItem(slot_id, inst); }
protected:
///////////////////////////////
// Protected Methods