| 169 | // Guarantee the registry exists before any registrations, so it will |
| 170 | // be destroyed only after the un-registrations |
| 171 | static struct Init{ |
| 172 | Init() { RegisterProviderFactory(nullptr); } } sInitBuiltinModules; |
| 173 | |
| 174 | #endif /* __AUDACITY_MODULEMANAGER_H__ */ |
no outgoing calls
no test coverage detected