void cleanUp() { delete getTheRegistryHub(); getTheRegistryHub() = NULL; cleanUpContext(); }
void cleanUp() { delete getTheRegistryHub(); getTheRegistryHub() = nullptr; cleanUpContext(); ReusableStringStream::cleanup(); }
INTERNAL_CATCH_INLINE void cleanUp() { delete GlobalRegistryHub<RegistryHub>::instance(); GlobalRegistryHub<RegistryHub>::instance() = NULL; cleanUpContext(); }