Skip to content

Commit ef041d9

Browse files
committed
Fix leak in example code
1 parent 959d08c commit ef041d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/facil/tls/fio_tls_missing.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ void FIO_TLS_WEAK fio_tls_destroy(fio_tls_s *tls) {
628628
fio_tls_destroy_context(tls);
629629
alpn_list_free(&tls->alpn);
630630
cert_ary_free(&tls->sni);
631+
trust_ary_free(&tls->trust);
631632
free(tls);
632633
}
633634

0 commit comments

Comments
 (0)