Fix the last of the shared db leaks.

git-svn-id: svn://10.0.0.236/trunk@228166 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rrelyea%redhat.com 2007-06-16 05:18:34 +00:00
parent 758ef87df4
commit 88a921adc7

View File

@ -36,12 +36,13 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* $Id: lginit.c,v 1.6 2007-06-15 20:37:56 rrelyea%redhat.com Exp $ */
/* $Id: lginit.c,v 1.7 2007-06-16 05:18:34 rrelyea%redhat.com Exp $ */
#include "lowkeyi.h"
#include "pcert.h"
#include "keydbi.h"
#include "lgdb.h"
#include "secoid.h"
typedef struct LGPrivateStr {
NSSLOWCERTCertDBHandle *certDB;
@ -650,5 +651,6 @@ legacy_Shutdown(void)
{
nsslowcert_DestroyFreeLists();
nsslowcert_DestroyGlobalLocks();
SECOID_Shutdown();
return CKR_OK;
}