A Registry instance may be accessed before the global mutex, e.g. here: e77f50371c/src/osgText/Font.cpp (L49) This leads to the Mutex being destroyed before the Registry is destroyed. This causes a crash at exit, as described in #1048. Fixes #1048.
e77f50371c/src/osgText/Font.cpp (L49)