Skip to content

Commit

Permalink
Bug 1451936 - use the correct free function in SignFile; r=fkiefer
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D1583

--HG--
extra : rebase_source : 5179e1b141d491d90256add8e6d2ae7ee363c491
extra : amend_source : 25b00f1fb7bf8c4cdcd989e7c691c79ddb2d365b
extra : histedit_source : 166b9c13c54d5803f0e278470d4490c953876420
  • Loading branch information
Alex Gaynor committed Jun 8, 2018
1 parent 9383e38 commit c6f52b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pk1sign/pk1sign.c
Expand Up @@ -178,7 +178,7 @@ SignFile(FILE *outFile, PRFileDesc *inFile, CERTCertificate *cert)
SECKEY_DestroyPrivateKey(privKey);
}
if (data) {
PORT_Free(data);
PR_Free(data);
}
PORT_FreeArena(arena, PR_FALSE);

Expand Down

0 comments on commit c6f52b4

Please sign in to comment.