<div dir="ltr"><div>Hi. <br></div>Currently using ITK 3.20. Everything is built in .lib, only ITKCommon is .dll. Program has plugins(dll). One of them uses ITKIO. During work it registers 15 factories in ITKCommon that has pointers to  address space of this plugin. So calling itk::ObjectFactoryBase::UnRegisterAllFactories() after plugin is unloaded from memory causes crash because addresses to methods are not valid but they are still in list m_RegisteredFactories. Does ITK 4.5.0+ still has this problem or migrating will solve it?<br>
</div>