WIP: Fast memory allocation #36

Draft
lda wants to merge 7 commits from lda/Cytoplasm:mem-moment into master
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 5003ddc281 - Show all commits

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);