]> granicus.if.org Git - php/commitdiff
- Fix wrong zval_ptr_dtor call
authorFelipe Pena <felipe@php.net>
Sat, 5 Jun 2010 15:25:18 +0000 (15:25 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 5 Jun 2010 15:25:18 +0000 (15:25 +0000)
ext/soap/soap.c

index aafc761ee57030b204c6f7c9479f506ac4b838e1..8015351f1b573b7b7042ed815dd648b3ef2316a1 100644 (file)
@@ -1531,7 +1531,7 @@ PHP_METHOD(SoapServer, handle)
                                doc_request = soap_xmlParseMemory(post_data, post_data_length);
                        }
                } else {
-                       zval_ptr_dtor(&retval);
+                       zval_dtor(&retval);
                        return;
                }
        } else {