Bug 1420407, NSPR_4_18_BETA3, r=me

UPGRADE_NSPR_RELEASE

--HG--
extra : amend_source : d4cebf9dab5b3e1f1c283ee346e5b9e555a46d30
This commit is contained in:
Kai Engert 2017-12-07 12:22:42 +01:00
Родитель b5f9b3b90d
Коммит 1cfa0f24a6
3 изменённых файлов: 1 добавлений и 8 удалений

Просмотреть файл

@ -1 +1 @@
NSPR_4_18_BETA2
NSPR_4_18_BETA3

Просмотреть файл

@ -10,4 +10,3 @@
*/
#error "Do not include this header file."

Просмотреть файл

@ -1064,11 +1064,6 @@ void PR_HPUX10xInit(shl_t handle, int loading)
void _PR_Fini(void)
{
/* We disable the cleanup code on Mac OSX, see bug 1399746.
* The .dylib containing NSPR can get unloaded, and _PR_Fini called,
* and other code calling NSPR functions can get executed afterwards.
*/
#ifndef DARWIN
void *thred;
int rv;
@ -1100,7 +1095,6 @@ void _PR_Fini(void)
pt_book.keyCreated = PR_FALSE;
/* TODO: free other resources used by NSPR */
/* _pr_initialized = PR_FALSE; */
#endif
} /* _PR_Fini */
PR_IMPLEMENT(PRStatus) PR_Cleanup(void)