mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Memory Leak] This mem leak was missed due to merge issues in the previous PRs. (#2314)
b5c4357de2 (r77584958)
This commit is contained in:
parent
ed64c82a2f
commit
f4f5728195
@ -1152,8 +1152,8 @@ void Client::Trader_EndTrader() {
|
||||
}
|
||||
|
||||
safe_delete(outapp);
|
||||
safe_delete(gis);
|
||||
}
|
||||
safe_delete(gis);
|
||||
}
|
||||
|
||||
database.DeleteTraderItem(CharacterID());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user