From: Marcus Boerger Date: Fri, 14 Nov 2003 07:41:05 +0000 (+0000) Subject: Adjust to latest conversion cast changes X-Git-Tag: php-5.0.0b3RC1~686 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86676d4d125f120108b8b394dfd585efd4d72c91;p=php Adjust to latest conversion cast changes --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index ca18e0b40a..9012134019 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -955,7 +955,7 @@ sxe_object_cast(zval *readobj, zval *writeobj, int type, int should_free TSRMLS_ xmlFree(contents); } if (should_free) { - /*zval_dtor(&free_obj);*/ + zval_dtor(&free_obj); } return rv; }