Skip to content

Commit

Permalink
fixed incorrect use of delete instead of delete[] in p3dhli
Browse files Browse the repository at this point in the history
  • Loading branch information
stager13 committed Jun 29, 2015
1 parent fc218c6 commit b6a3cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngpcore/p3dhli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ void P3DHLIPlantInstance::FillVAttrBuffersIMulti

Helper.GenerateBranch(0,0);

delete TempVAttrBufferSet;
delete[] TempVAttrBufferSet;
}
}

Expand Down

0 comments on commit b6a3cd5

Please sign in to comment.