]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make sure we free the CONF structure allocated by confdump
authorMatt Caswell <matt@openssl.org>
Tue, 12 Nov 2019 17:37:11 +0000 (17:37 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 15 Nov 2019 11:08:18 +0000 (11:08 +0000)
commit93863030867ad0331bf7f199f8a266ad99ee4cf2
treeac640ae75aac8e1f5899485c0e3503ab963ecbc5
parent985412f8c14853b9936852bc7ef4d9438db27b88
Make sure we free the CONF structure allocated by confdump

A travis build was failing because of a memory leak in confdump due to
us not freeing an allocated CONF structure.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10429)
test/confdump.c