[vtkusers] vtkObjectFactory::UnRegisterAllFactories()

David Duke D.Duke at bath.ac.uk
Wed Jun 19 11:07:09 EDT 2002


There is a bug in vtkObjectFactory::UnRegisterAllFactories(); I'm using 
4.1.1, release 1.1246, the nightly files from 2002/06/14.

File Common/vtkObjectFactory.cxx, Line 427,

     libs[index] = factory->LibraryHandle;

should be

     libs[index++] = factory->LibraryHandle;


David






More information about the vtkusers mailing list