Remove call to PL_ArenaFinish . This effectively shut down NSPR arenas and created problems when restarting NSS . r=relyea

git-svn-id: svn://10.0.0.236/trunk@132797 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jpierre%netscape.com 2002-10-31 22:02:10 +00:00
parent 7a9dfbb50f
commit 50b85efb10

View File

@ -32,7 +32,7 @@
*/
#ifdef DEBUG
static const char CVS_ID[] = "@(#) $RCSfile: wrap.c,v $ $Revision: 1.8 $ $Date: 2002-10-10 22:39:23 $ $Name: not supported by cvs2svn $";
static const char CVS_ID[] = "@(#) $RCSfile: wrap.c,v $ $Revision: 1.9 $ $Date: 2002-10-31 22:02:10 $ $Name: not supported by cvs2svn $";
#endif /* DEBUG */
/*
@ -209,9 +209,6 @@ NSSCKFWC_Finalize
/* In any case */
*pFwInstance = (NSSCKFWInstance *)NULL;
/* clean up the arena pool records */
PL_ArenaFinish();
loser:
switch( error ) {
case CKR_CRYPTOKI_NOT_INITIALIZED: