connect: Close temporary sockets in conn_free()
authorBjörn Stenberg <bjst@bjorn>
Thu, 7 Nov 2013 23:09:20 +0000 (00:09 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 10 Nov 2013 22:49:56 +0000 (22:49 +0000)
commite7d77fb3ef14bac8690f343327b302f866ac53f2
treef6447320eb2516c46c53405718601cad61efa965
parentc8e63f247aa14a6721b0d04f444d258e690b0dc8
connect: Close temporary sockets in conn_free()

The temporary sockets used for Happy Eyeballs were not closed properly,
if curl exited prematurely, which this patch fixes.
lib/connect.c
lib/ftp.c
lib/url.c