Workaround for shutdown hang in Chimera.

This commit is contained in:
beard%netscape.com 2002-06-05 02:38:39 +00:00
parent df969a46dc
commit 776fbf3702

View File

@ -298,7 +298,9 @@ OSStatus MRJSession::close()
mSession = NULL;
}
#if !TARGET_RT_MAC_MACHO // XXX right now, this hangs Chimera...
mJavaVM->DestroyJavaVM();
#endif
mJavaVM = NULL;
}
return noErr;