From 76ada8d5e6fe47a3773c86c8b763bd75032680ae Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 15 May 2014 11:14:45 +0400 Subject: [PATCH] Array with var_args must not be deallocated any more --- ext/soap/soap.c | 4 ---- 1 file changed, 4 deletions(-) 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(); } /* }}} */ -- 2.50.1