mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
Merge branch 'fnodebuilder_new_delete_fix' of https://github.com/edward-san/zdoom
This commit is contained in:
commit
d7e81d2cb4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ FNodeBuilder::~FNodeBuilder()
|
|||
}
|
||||
if (OldVertexTable != NULL)
|
||||
{
|
||||
delete OldVertexTable;
|
||||
delete[] OldVertexTable;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue