mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Mismatched delete statement
This commit is contained in:
parent
47c9182ba3
commit
907bc68e1c
@ -598,7 +598,7 @@ void ZSList::RebootZone(const char* ip1,uint16 port,const char* ip2, uint32 skip
|
||||
iterator.Advance();
|
||||
}
|
||||
if (y == 0) {
|
||||
safe_delete(tmp);
|
||||
safe_delete_array(tmp);
|
||||
return;
|
||||
}
|
||||
uint32 z = emu_random.Int(0, y-1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user