Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak of ssl_ext_host_name
ssl_ext_set_host_name uses strdup() to set a hostname into the ssl_ext structure, but this memory was not being freed in ssl_ext_free. Add a one-liner to free it during the ssl_ext_free routine, fixing the leak.
- Loading branch information