mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[9970] Fixed array free in vmap code
This commit is contained in:
parent
e55551013d
commit
9958639202
2 changed files with 2 additions and 2 deletions
|
|
@ -540,7 +540,7 @@ namespace VMAP
|
|||
|
||||
if(vectorarray != 0)
|
||||
{
|
||||
delete vectorarray;
|
||||
delete[] vectorarray;
|
||||
}
|
||||
|
||||
if(gtree->size() >0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue