- Fixed memory leak

This commit is contained in:
Felipe Pena 2010-04-24 16:59:09 +00:00
parent eb0a3ff1af
commit 1c0ed3433e

View File

@ -1699,6 +1699,7 @@ PHP_METHOD(SoapServer, handle)
doc_request = soap_xmlParseMemory(post_data, post_data_length);
}
} else {
zval_ptr_dtor(&retval);
return;
}
} else {