From 769a0eb675541b26164c2614afd360bc503be92a Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 30 Aug 2021 17:34:02 +0000 Subject: Revert accidental commit --- src/regress/lib/libssl/client/clienttest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib/libssl/client/clienttest.c') diff --git a/src/regress/lib/libssl/client/clienttest.c b/src/regress/lib/libssl/client/clienttest.c index 5b0aa533bd..22654e7ed1 100644 --- a/src/regress/lib/libssl/client/clienttest.c +++ b/src/regress/lib/libssl/client/clienttest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clienttest.c,v 1.34 2021/08/30 17:28:46 tb Exp $ */ +/* $OpenBSD: clienttest.c,v 1.35 2021/08/30 17:34:01 tb Exp $ */ /* * Copyright (c) 2015 Joel Sing * @@ -720,7 +720,7 @@ client_hello_test(int testno, const struct client_hello_test *cht) BIO_free(rbio); BIO_free(wbio); - // free(client_hello); + free(client_hello); return (ret); } -- cgit v1.2.3-55-g6feb