mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
Fixed memory leaks
This commit is contained in:

committed by
Michał Trojnara

parent
656051676f
commit
192e7a732b
@ -4602,7 +4602,7 @@ err_cleanup:
|
||||
remove_file(options.outfile);
|
||||
}
|
||||
if (hash)
|
||||
BIO_free(hash);
|
||||
BIO_free_all(hash);
|
||||
BIO_free(outdata);
|
||||
}
|
||||
if (ctx && ctx->format->ctx_cleanup) {
|
||||
|
Reference in New Issue
Block a user