Potential memory leak fix

This commit is contained in:
Michael Cook (mackal) 2016-05-06 22:42:19 -04:00
parent 20a36151b3
commit 74b3fe9d61

View File

@ -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;
}
}