freebsd-skq/lib/libfetch
Dag-Erling Smørgrav a982c4c7f5 Fix double-free error: r289419 moved all error handling in http_connect()
to the end of the function, but did not remove a fetch_close() call which
was made redundant by the one in the shared error-handling code.

PR:		206774
Submitted by:	Christian Heckendorf <heckendorfc@gmail.com>
MFC after:	3 days
2016-02-11 17:48:15 +00:00
..
common.c Test for /etc/ssl/cert.pem existence to avoid masking SSL_CA_CERT_PATH 2016-01-19 15:02:37 +00:00
common.h
fetch.3
fetch.c
fetch.h
file.c
ftp.c
ftp.errors
http.c Fix double-free error: r289419 moved all error handling in http_connect() 2016-02-11 17:48:15 +00:00
http.errors
Makefile
Makefile.depend