1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

MFB: plug a leak

This commit is contained in:
Antony Dovgal
2006-06-06 20:12:46 +00:00
parent 1b14ec53bb
commit 4ee32398b7

View File

@@ -1785,6 +1785,7 @@ static inline void spl_caching_it_next(spl_dual_it_object *intern TSRMLS_DC)
if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) {
zend_clear_exception(TSRMLS_C);
} else {
zval_ptr_dtor(&retval);
return;
}
} else {