Fix memleak in test/provider_test.c
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Apr 2022 09:04:49 +0000 (11:04 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Apr 2022 11:20:18 +0000 (13:20 +0200)
commit49d874e0b7514cb270e817103ff0e13d4689e1f0
tree8a25c1d696abf242127a03b68f6ea393844a4f77
parent4d63eaf99b4c546fede9a732c2693d0b84641cf9
Fix memleak in test/provider_test.c

This memory leak is triggered when configuring with 'no-legacy'

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/18179)
test/provider_test.c