Bugzilla bug 125790: free the nickName and passwd strings

git-svn-id: svn://10.0.0.236/trunk@114607 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2002-02-15 21:53:25 +00:00
parent 6c190a7dc1
commit 68e3ff3855

View File

@ -1693,6 +1693,9 @@ main(int argc, char **argv)
nss_DumpCertificateCacheInfo();
}
free(nickName);
free(passwd);
NSS_Shutdown();
PR_Cleanup();
printf("selfserv: normal termination\n");