From 9bb6a9986d7980acbe1574bb21f81434a3fdcdaa Mon Sep 17 00:00:00 2001 From: "rrelyea%redhat.com" Date: Wed, 23 Apr 2008 16:37:19 +0000 Subject: [PATCH] Back out patch to bug 391903. Windows tinderboxen are failing. git-svn-id: svn://10.0.0.236/trunk@250704 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/dev/devtoken.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mozilla/security/nss/lib/dev/devtoken.c b/mozilla/security/nss/lib/dev/devtoken.c index b19e45938f2..4891133baae 100644 --- a/mozilla/security/nss/lib/dev/devtoken.c +++ b/mozilla/security/nss/lib/dev/devtoken.c @@ -35,7 +35,7 @@ * ***** END LICENSE BLOCK ***** */ #ifdef DEBUG -static const char CVS_ID[] = "@(#) $RCSfile: devtoken.c,v $ $Revision: 1.44 $ $Date: 2008-04-21 23:54:49 $"; +static const char CVS_ID[] = "@(#) $RCSfile: devtoken.c,v $ $Revision: 1.45 $ $Date: 2008-04-23 16:37:19 $"; #endif /* DEBUG */ #ifndef NSSCKEPV_H @@ -70,8 +70,6 @@ nssToken_Destroy ( if (PR_AtomicDecrement(&tok->base.refCount) == 0) { PZ_DestroyLock(tok->base.lock); nssTokenObjectCache_Destroy(tok->cache); - /* in 3.4 the token manages the slot, not the other way around */ - nssSlot_Destroy(tok->slot); return nssArena_Destroy(tok->base.arena); } }