commit | e24e40657f7318248356699e8ec99cb746450708 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Feb 05 09:15:09 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Mon Feb 05 09:15:09 2001 +0000 |
tree | 5af7e65df1581b484ba7d3117165c31c5e8a46cf | |
parent | 448361a86cc3cee2947a5f47e5313646b489af67 [diff] |
Fix a memory leak in BIO_get_accept_socket(). This leak was small and only happened when the port number wasn't parsable ot the host wasn't possible to convert to an IP address. Contributed by Niko Baric <Niko.Baric@epost.de>