Skip to content

Commit ec3823a

Browse files
author
Sterling Hughes
committed
fix some more leaks
1 parent cc0c4e4 commit ec3823a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/simplexml/simplexml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ sxe_property_get_ptr(zval *object, zval *member TSRMLS_DC)
265265
property_ptr = emalloc(sizeof(zval **));
266266

267267
property = sxe_property_read(object, member TSRMLS_CC);
268-
zval_add_ref(&property);
268+
//zval_add_ref(&property);
269269

270270
*property_ptr = property;
271271

0 commit comments

Comments
 (0)