diff options
author | Michael Wallner <mike@php.net> | 2013-09-17 13:59:49 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-09-17 13:59:49 +0200 |
commit | e6084da4735c945cb071c4d9259ea0d702eb77c6 (patch) | |
tree | 066a6f1e3359e7df07750c9506972c084d48bd20 /ext/soap | |
parent | 423c70fb4d79b7831b1db41ea217c8e1afd5cf8e (diff) | |
download | php-git-e6084da4735c945cb071c4d9259ea0d702eb77c6.tar.gz |
final bits
Diffstat (limited to 'ext/soap')
-rw-r--r-- | ext/soap/soap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c index 980c9248aa..c5900dc645 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -1599,6 +1599,7 @@ PHP_METHOD(SoapServer, handle) if (zf) { php_stream_filter_remove(zf, 1 TSRMLS_CC); + } } else { zval_ptr_dtor(&retval); return; |