Skip to content

Commit

Permalink
Fix leak in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Aug 28, 2019
1 parent 959d08c commit ef041d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/facil/tls/fio_tls_missing.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ void FIO_TLS_WEAK fio_tls_destroy(fio_tls_s *tls) {
fio_tls_destroy_context(tls);
alpn_list_free(&tls->alpn);
cert_ary_free(&tls->sni);
trust_ary_free(&tls->trust);
free(tls);
}

Expand Down

0 comments on commit ef041d9

Please sign in to comment.