mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fix potential memory leaks (clang-tidy)
This commit is contained in:
@@ -4567,6 +4567,7 @@ void EntityList::ExpeditionWarning(uint32 minutes_left)
|
||||
it->second->QueuePacket(outapp);
|
||||
++it;
|
||||
}
|
||||
safe_delete(outapp);
|
||||
}
|
||||
|
||||
Mob *EntityList::GetClosestMobByBodyType(Mob *sender, bodyType BodyType)
|
||||
|
||||
Reference in New Issue
Block a user