From 1cc04b777dd7febf767e4dcbd4ace014d5521f47 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 29 Jan 2024 14:49:09 +0000 Subject: Minor fixes Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/22037) --- ssl/quic/qlog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ssl') diff --git a/ssl/quic/qlog.c b/ssl/quic/qlog.c index e35c7d7b63..7299d69515 100644 --- a/ssl/quic/qlog.c +++ b/ssl/quic/qlog.c @@ -162,8 +162,7 @@ void ossl_qlog_free(QLOG *qlog) if (qlog == NULL) return; - ossl_json_flush(&qlog->json); - ossl_json_cleanup(&qlog->json); + ossl_json_flush_cleanup(&qlog->json); BIO_free_all(qlog->bio); OPENSSL_free((char *)qlog->info.title); OPENSSL_free((char *)qlog->info.description); -- cgit v1.2.3