From: tb Date: Sat, 30 Mar 2024 09:41:25 +0000 (+0000) Subject: Remove call to lh_FUNCTION_free() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=20fdf77204523e5d11bf19185a381a98247ee3b0;p=openbsd Remove call to lh_FUNCTION_free() This is a wrapper around lh_free() which is already tested. From Christian Andersen --- diff --git a/regress/lib/libcrypto/free/freenull.c.tail b/regress/lib/libcrypto/free/freenull.c.tail index e83e9e4aa21..67bd3b74e9f 100644 --- a/regress/lib/libcrypto/free/freenull.c.tail +++ b/regress/lib/libcrypto/free/freenull.c.tail @@ -1,11 +1,9 @@ -/* $OpenBSD: freenull.c.tail,v 1.2 2018/07/10 20:55:57 tb Exp $ */ +/* $OpenBSD: freenull.c.tail,v 1.3 2024/03/30 09:41:25 tb Exp $ */ BIO_free_all(NULL); NCONF_free_data(NULL); _CONF_free_data(NULL); - lh_FUNCTION_free(NULL); - sk_ASN1_OBJECT_pop_free(NULL, NULL); sk_CONF_VALUE_pop_free(NULL, NULL); sk_GENERAL_NAME_pop_free(NULL, NULL);