| 300 | } |
| 301 | |
| 302 | static void shutdownRoot() |
| 303 | { |
| 304 | gRootGroup->decRefCount(); |
| 305 | if( engineAPI::gUseConsoleInterop ) |
| 306 | gRootGroup->deleteObject(); |
| 307 | gRootGroup = NULL; |
| 308 | |
| 309 | SAFE_DELETE(gNameDictionary); |
| 310 | SAFE_DELETE(gIdDictionary); |
| 311 | } |
| 312 | |
| 313 | //--------------------------------------------------------------------------- |
| 314 |
no test coverage detected