Java Wrapper memory management

I have a question about using vtk inside Java.

Is it neccessary to call Delete() on something like a vtkImageData object, or is the memory safely released when it falls out of Scope or is set to null?

I would expect it is automatic and Delete() is only necessary if you call Register() yourself.

@dgobbi @vbolea