From 012f269ed4e2feffdd93a164bc34e7e5c6b1a898 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Oct 2021 17:38:02 +0200 Subject: fixup reaching the error label without an error is an error --- lib/http_proxy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/http_proxy.c') diff --git a/lib/http_proxy.c b/lib/http_proxy.c index ead1d7080..4f6b45490 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -966,6 +966,7 @@ static CURLcode CONNECT(struct Curl_easy *data, } } error: + DEBUGASSERT(result); free(host); free(hostheader); if(io) -- cgit v1.2.1