Wrong delete operator in GeomFill_EvolvedSection.cxx / GeomFill_UniformSection.cxx (OCCT 6.5.2))

Hello,

GeomFill_EvolvedSection.cxx (line 53) / GeomFill_UniformSection.cxx (line 52) should use the "delete []" operator as arrays are deleted.

Pawel

Pawel's picture