We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25e60d6 + 8375574 commit ac3eb67Copy full SHA for ac3eb67
ext/soap/php_http.c
@@ -411,6 +411,7 @@ int make_http_soap_request(zval *this_ptr,
411
} else {
412
zval_ptr_dtor(¶ms[0]);
413
zval_ptr_dtor(&func);
414
+ zval_ptr_dtor(&retval);
415
if (request != buf) {
416
zend_string_release_ex(request, 0);
417
}
@@ -1329,6 +1330,7 @@ int make_http_soap_request(zval *this_ptr,
1329
1330
1331
1332
1333
1334
efree(content_encoding);
1335
zend_string_release_ex(http_headers, 0);
1336
zend_string_release_ex(http_body, 0);
0 commit comments