forked from Telodendria/Cytoplasm
[MOD] As it turns out, you do need to free thr fd.
This commit is contained in:
parent
9108fef701
commit
d983296dd2
1 changed files with 0 additions and 2 deletions
|
@ -295,9 +295,7 @@ TlsClose(void *cookie)
|
|||
SSL_free(ssl->ssl);
|
||||
SSL_CTX_free(ssl->ctx);
|
||||
|
||||
#if 0
|
||||
close(ssl->fd);
|
||||
#endif
|
||||
|
||||
Free(ssl);
|
||||
|
||||
|
|
Loading…
Reference in a new issue