Call NSS_Shutdown() in crlutil. Part of purifying effort

git-svn-id: svn://10.0.0.236/trunk@129837 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jpierre%netscape.com
2002-09-17 23:14:54 +00:00
parent 9400843f5b
commit 7ca9c539d6

View File

@@ -436,6 +436,7 @@ int main(int argc, char **argv)
certHandle = CERT_GetDefaultCertDB();
if (certHandle == NULL) {
SECU_PrintError(progName, "unable to open the cert db");
NSS_Shutdown();
return (-1);
}
@@ -468,5 +469,6 @@ int main(int argc, char **argv)
}
#endif
}
NSS_Shutdown();
return (rv);
}