diff --git a/world/cliententry.cpp b/world/cliententry.cpp index 3dfdbf94c..5e896dca0 100644 --- a/world/cliententry.cpp +++ b/world/cliententry.cpp @@ -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(); }