Bug 585847: Call PL_ArenaFinish before PR_Cleanup. r=nelson.

Tag: NSS_3_12_BRANCH


git-svn-id: svn://10.0.0.236/branches/NSS_3_12_BRANCH@261015 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%google.com
2010-08-10 15:23:28 +00:00
parent 17784b10e2
commit c931543f85

View File

@@ -1134,7 +1134,7 @@ done:
if (NSS_Shutdown() != SECSuccess) {
pk12uErrno = 1;
}
PR_Cleanup();
PL_ArenaFinish();
PR_Cleanup();
return pk12uErrno;
}