Possibly fixed more memory leaks in other places.

--HG--
branch : trunk
This commit is contained in:
raczman
2009-05-13 14:06:33 +02:00
parent 5748c36621
commit bfaaa8201e
6 changed files with 20 additions and 3 deletions

View File

@@ -766,6 +766,7 @@ void ChatHandler::SendGlobalGMSysMessage(const char *str)
FillSystemMessageData(&data, line);
sWorld.SendGlobalGMMessage(&data);
}
delete buf;
}
void ChatHandler::SendSysMessage(int32 entry)