зеркало из https://github.com/mozilla/pjs.git
Bugzilla Bug 351609: test lib->dlh before calling NSUnLinkModule on Mac.
r=Mark Mentovai
This commit is contained in:
Родитель
f8b7089d8a
Коммит
b9e14260ab
|
@ -1279,6 +1279,7 @@ PR_UnloadLibrary(PRLibrary *lib)
|
|||
#elif defined(USE_HPSHL)
|
||||
result = shl_unload(lib->dlh);
|
||||
#elif defined(USE_MACH_DYLD)
|
||||
if (lib->dlh)
|
||||
result = NSUnLinkModule(lib->dlh, NSUNLINKMODULE_OPTION_NONE) ? 0 : -1;
|
||||
#else
|
||||
#error Configuration error
|
||||
|
|
Загрузка…
Ссылка в новой задаче