mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2025-04-25 02:16:03 +00:00
Merge pull request 'Fix file descriptor leakage' (#35) from lda/Cytoplasm:tls-file-leak into master
Reviewed-on: https://git.telodendria.io/Telodendria/Cytoplasm/pulls/35
This commit is contained in:
commit
b9dc169917
1 changed files with 0 additions and 2 deletions
|
@ -295,9 +295,7 @@ TlsClose(void *cookie)
|
||||||
SSL_free(ssl->ssl);
|
SSL_free(ssl->ssl);
|
||||||
SSL_CTX_free(ssl->ctx);
|
SSL_CTX_free(ssl->ctx);
|
||||||
|
|
||||||
#if 0
|
|
||||||
close(ssl->fd);
|
close(ssl->fd);
|
||||||
#endif
|
|
||||||
|
|
||||||
Free(ssl);
|
Free(ssl);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue