Fix a memory leak in BIO_get_accept_socket(). This leak was small and
authorRichard Levitte <levitte@openssl.org>
Mon, 5 Feb 2001 09:15:09 +0000 (09:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 5 Feb 2001 09:15:09 +0000 (09:15 +0000)
commite24e40657f7318248356699e8ec99cb746450708
tree5af7e65df1581b484ba7d3117165c31c5e8a46cf
parent448361a86cc3cee2947a5f47e5313646b489af67
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>
crypto/bio/b_sock.c