mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Another tell_queue leak fix
This commit is contained in:
parent
18fb507f24
commit
a18cb6f61e
@ -236,6 +236,8 @@ void ClientListEntry::ClearVars(bool iAll) {
|
|||||||
pLFG = 0;
|
pLFG = 0;
|
||||||
gm = 0;
|
gm = 0;
|
||||||
pClientVersion = 0;
|
pClientVersion = 0;
|
||||||
|
for (auto &elem : tell_queue)
|
||||||
|
safe_delete_array(elem);
|
||||||
tell_queue.clear();
|
tell_queue.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user