mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Fix memory leaks found by Quint (#2248)
This commit is contained in:
committed by
GitHub
parent
fcc7725ca3
commit
63ba5dc3ab
@@ -175,6 +175,7 @@ void Client::SendGuildList() {
|
||||
outapp->pBuffer = guild_mgr.MakeGuildList(/*GetName()*/"", outapp->size);
|
||||
if(outapp->pBuffer == nullptr) {
|
||||
LogGuilds("Unable to make guild list!");
|
||||
safe_delete(outapp);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user