We replace PyMem_RawFree with delete[] becausethe object has been allocated using new [], (see line 110).
This MR resolves issue paraview/paraview#21542 (closed).
Backport: paraview/release
A Gitlab update will be applied on June 5th , between 6PM - 7PM EDT (UTC-04:00). This site may have intermittent delays during that time.
We replace PyMem_RawFree with delete[] becausethe object has been allocated using new [], (see line 110).
This MR resolves issue paraview/paraview#21542 (closed).
Backport: paraview/release