Skip to content

Plug leaks in time varying animation

David E. DeMarle requested to merge demarle/vtk:fix-ospray2-TVD-memleak into master

Fixes paraview/paraview#16920 (closed)

With a PV batch script that opens can.ex2 and plays through N times, run through valgrind --tool=massif

GL:

image

master with OSPRay before fix (ZOINKS!):

image

with OSPRay after the fix:

image

Backport: paraview/release

Edited by David E. DeMarle

Merge request reports