X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client_curl_user.c;h=d345e27e96bc30b2d7c985038073a011b885b9e5;hp=66edae664db2677cf0ef1490df05740415988cd1;hb=40d6f0ca483e19b18982d135e5ea2c7426e832a6;hpb=c4f87eca8a03263a6506ae2ddc56f76b6b988c51 diff --git a/src/php_http_client_curl_user.c b/src/php_http_client_curl_user.c index 66edae6..d345e27 100644 --- a/src/php_http_client_curl_user.c +++ b/src/php_http_client_curl_user.c @@ -106,7 +106,7 @@ static int php_http_client_curl_user_socket(CURL *easy, curl_socket_t sock, int return -1; } - if (action == CURL_POLL_REMOVE && ev) { + if (action == CURL_POLL_REMOVE) { php_stream_close(ev->socket); efree(ev); curl_multi_assign(curl->handle->multi, sock, NULL);