From: Dmitry Stogov Date: Thu, 15 May 2014 07:14:45 +0000 (+0400) Subject: Array with var_args must not be deallocated any more X-Git-Tag: POST_PHPNG_MERGE~368^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76ada8d5e6fe47a3773c86c8b763bd75032680ae;p=php Array with var_args must not be deallocated any more --- diff --git a/ext/soap/soap.c b/ext/soap/soap.c index 986f6edd2b..83e8993da2 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -1310,10 +1310,6 @@ PHP_METHOD(SoapServer, setClass) return; } - if (argv) { - efree(argv); - } - SOAP_SERVER_END_CODE(); } /* }}} */