Hi Claire,

On Wed, Aug 10, 2016 at 9:48 AM, [email protected]
<[email protected]> wrote:
>   Deleting unknown object: vtkBuffer
> When I close PV, there are a lot of vtkBuffer<ScalarT> instances still
> around.

I haven't been able to reproduce this, but think I may have found the issue.

Open VTK/Common/Core/vtkBuffer.h, and change line 32 from

  vtkTypeMacro(vtkBuffer, vtkObject)

to

  vtkTemplateTypeMacro(vtkBuffer, vtkObject)

recompile, and see if that fixes the warnings. If that works for you,
I'll push this into the next release.

BTW, what operating system are you on? I'm curious about why these
issues haven't been popping up elsewhere...

Thanks,
Dave
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to