summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'ssl')
-rw-r--r--ssl/quic/qlog.c3
1 files changed, 1 insertions, 2 deletions
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);