summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-10-01 12:06:06 +0100
committerMatt Caswell <matt@openssl.org>2018-10-02 10:52:57 +0100
commitc20a76f695922f409c316399f7290530f7728f19 (patch)
tree904ca1ca5252def1aefedae5bcc793f69b49d337 /crypto
parentf3002a2ed3645d8d6e1511424b3f5e89f6117edf (diff)
Fix a mem leak in the ocsp app
Free memory allocated in the parent process that is not needed in the child. We also free it in the parent. Technically this isn't really required since we end up calling exit() soon afterwards - but to prevent false positives we free it anyway. Fixes a Coverity issue. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7335)
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions