Browse Source

WTF was that doing here? :)

Fix crash
PEAR_1_4DEV
Zeev Suraski 23 years ago
parent
commit
1fb9d4896a
  1. 2
      ext/simplexml/simplexml.c

2
ext/simplexml/simplexml.c

@ -179,8 +179,6 @@ next_iter:
zval_dtor(return_value);
FREE_ZVAL(return_value);
return_value = value;
} else {
PZVAL_UNLOCK(return_value);
}
return return_value;

Loading…
Cancel
Save