Exemplo n.º 1
0
 void cleanUp() {
     delete getTheRegistryHub();
     getTheRegistryHub() = NULL;
     cleanUpContext();
 }
Exemplo n.º 2
0
 void cleanUp() {
     delete getTheRegistryHub();
     getTheRegistryHub() = nullptr;
     cleanUpContext();
     ReusableStringStream::cleanup();
 }
Exemplo n.º 3
0
 INTERNAL_CATCH_INLINE void cleanUp() {
     delete GlobalRegistryHub<RegistryHub>::instance();
     GlobalRegistryHub<RegistryHub>::instance() = NULL;
     cleanUpContext();
 }