Another tell_queue leak fix

This commit is contained in:
Michael Cook (mackal) 2015-01-30 22:00:39 -05:00
parent 18fb507f24
commit a18cb6f61e

View File

@ -236,6 +236,8 @@ void ClientListEntry::ClearVars(bool iAll) {
pLFG = 0;
gm = 0;
pClientVersion = 0;
for (auto &elem : tell_queue)
safe_delete_array(elem);
tell_queue.clear();
}