[MOD] As it turns out, you do need to free thr fd.

This commit is contained in:
lda 2024-06-03 19:42:09 +02:00
parent 9108fef701
commit d983296dd2
1 changed files with 0 additions and 2 deletions

View File

@ -295,9 +295,7 @@ TlsClose(void *cookie)
SSL_free(ssl->ssl);
SSL_CTX_free(ssl->ctx);
#if 0
close(ssl->fd);
#endif
Free(ssl);