mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00

threadid_key_destructor may get called on the primordial thread if the app doesn't call PR_Cleanup and the assertion would fail. Thanks to Gerard Roos <gerard.roos@adnovum.ch> for contributing the patch.