diff options
-rw-r--r-- | lib/http_proxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |