From 8a278843bb99652f5b2a74ec1274528e56867e4a Mon Sep 17 00:00:00 2001 From: bg Date: Fri, 7 Oct 2011 04:47:33 +0200 Subject: [PATCH] forgot a free() --- test_src/main-prf_tls12-test.c | 1 + 1 file changed, 1 insertion(+) 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){ -- 2.39.2