示例#1
0
 void cleanUp() {
     delete getTheRegistryHub();
     getTheRegistryHub() = NULL;
     cleanUpContext();
 }
示例#2
0
 void cleanUp() {
     delete getTheRegistryHub();
     getTheRegistryHub() = nullptr;
     cleanUpContext();
     ReusableStringStream::cleanup();
 }
 INTERNAL_CATCH_INLINE void cleanUp() {
     delete GlobalRegistryHub<RegistryHub>::instance();
     GlobalRegistryHub<RegistryHub>::instance() = NULL;
     cleanUpContext();
 }