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:
parent
6c190a7dc1
commit
68e3ff3855
@ -1693,6 +1693,9 @@ main(int argc, char **argv)
|
||||
nss_DumpCertificateCacheInfo();
|
||||
}
|
||||
|
||||
free(nickName);
|
||||
free(passwd);
|
||||
|
||||
NSS_Shutdown();
|
||||
PR_Cleanup();
|
||||
printf("selfserv: normal termination\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user