mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Use delete[] on object allocated with new[x+y*z] in TileAssembler.
--HG-- branch : trunk
This commit is contained in:
@@ -541,7 +541,7 @@ namespace VMAP
|
||||
|
||||
if(vectorarray != 0)
|
||||
{
|
||||
delete vectorarray;
|
||||
delete[] vectorarray;
|
||||
}
|
||||
|
||||
if(gtree->size() >0)
|
||||
|
||||
Reference in New Issue
Block a user