vtkTesting: fix string allocation
`newFileName` is deleted using `delete[]`, so allocate it with `new[]`. (cherry picked from commit 058ac71c9acd78770573a510a34e774d8792bcd0)
Loading
Please register or sign in to comment
`newFileName` is deleted using `delete[]`, so allocate it with `new[]`. (cherry picked from commit 058ac71c9acd78770573a510a34e774d8792bcd0)