Example #1
0
 void cleanUp() {
     delete getTheRegistryHub();
     getTheRegistryHub() = NULL;
     cleanUpContext();
 }
Example #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();
 }