Skip to content

Fix wasm tests.

David Thompson requested to merge dcthomp/vtk:destructor-order into master

Fix a token::Singleton crash at exit of wasm test.

When finalizing data using token::Singletons, do not call methods that will attempt to insert strings into the token::Manager instance as it may already have been destroyed.

Edited by David Thompson

Merge request reports

Loading