From: bg Date: Fri, 7 Oct 2011 02:47:33 +0000 (+0200) Subject: forgot a free() X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=commitdiff_plain;h=8a278843bb99652f5b2a74ec1274528e56867e4a forgot a free() --- diff --git a/test_src/main-prf_tls12-test.c b/test_src/main-prf_tls12-test.c index 037b379..4da039e 100644 --- a/test_src/main-prf_tls12-test.c +++ b/test_src/main-prf_tls12-test.c @@ -87,6 +87,7 @@ void test_prf(const hfdesc_t* hash){ cli_hexdump_block(buffer, ctx.blocklength_b/8, 4, 8); i += ctx.blocklength_b/8; }while(i<100); + prf_tls12_free(&ctx); } void test_sha256(void){