Leak folly::SingletonVault
Summary: This will ensure SingletonVault is always available. It matters for singletons, not managed by folly::Singleton. Singletons in it will actually be destroyed via static SingletonVaultDestructor. This does the same as D1591270 (which got reverted), but doesn't change destruction order. Test Plan: Run tests which were broken by D1591270 Reviewed By: chip@fb.com Subscribers: njormrod FB internal diff: D1594898
Showing
Please register or sign in to comment