Plug memory leak reported by Ilya Shipitsin
authortb <tb@openbsd.org>
Sun, 21 Mar 2021 14:06:29 +0000 (14:06 +0000)
committertb <tb@openbsd.org>
Sun, 21 Mar 2021 14:06:29 +0000 (14:06 +0000)
commiteb7a2039256fae474a89d856a5fb29e8efc994a9
tree6b983dcd817cab6ac09d9a4b8660d56180086dd2
parent830e7b7075b18de7727dff85cb1179ee68b16a83
Plug memory leak reported by Ilya Shipitsin

Since r1.7, input in base64_decoding_test() is allocated unconditionally,
so free it unconditionally.
regress/lib/libcrypto/base64/base64test.c