mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Potential memory leak fix
This commit is contained in:
parent
20a36151b3
commit
74b3fe9d61
@ -177,8 +177,8 @@ void Doors::HandleClick(Client* sender, uint8 trigger)
|
||||
ads->id = GetDoorDBID();
|
||||
worldserver.SendPacket(pack);
|
||||
safe_delete(pack);
|
||||
safe_delete(outapp);
|
||||
}
|
||||
safe_delete(outapp);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user