summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/ct/cttest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/ct/cttest.c b/src/regress/lib/libcrypto/ct/cttest.c
index dd7b814109..9e0a99b617 100644
--- a/src/regress/lib/libcrypto/ct/cttest.c
+++ b/src/regress/lib/libcrypto/ct/cttest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cttest.c,v 1.7 2023/04/14 14:14:39 tb Exp $ */ 1/* $OpenBSD: cttest.c,v 1.8 2023/04/14 14:36:13 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2021 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2021 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -450,6 +450,7 @@ ct_sct_verify_test(void)
450 CTLOG_STORE_free(ctlog_store); 450 CTLOG_STORE_free(ctlog_store);
451 X509_free(cert); 451 X509_free(cert);
452 X509_free(issuer); 452 X509_free(issuer);
453 SCT_LIST_free(scts);
453 454
454 return failed; 455 return failed;
455} 456}