BUG: Fixed uninitialized memory reads.
Dynamically allocated memory passed to vtk data arrays must be allocated with malloc because vtk arrays release the memory with free.
Please register or sign in to comment
Dynamically allocated memory passed to vtk data arrays must be allocated with malloc because vtk arrays release the memory with free.