Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GH-7958: Nested CallbackFilterIterator is leaking memory #8107

Closed
wants to merge 2 commits into from

Conversation

cmb69
Copy link
Contributor

@cmb69 cmb69 commented Feb 17, 2022

We implement zend_object_iterator_funcs.get_gc for user iterators to
avoid the memory leak.

We implement `zend_object_iterator_funcs.get_gc` for user iterators to
avoid the memory leak.
@cmb69 cmb69 linked an issue Feb 17, 2022 that may be closed by this pull request
Zend/zend_interfaces.c Outdated Show resolved Hide resolved
@cmb69 cmb69 closed this in fb70460 Feb 21, 2022
@cmb69 cmb69 deleted the cmb/gh7958 branch February 21, 2022 11:41
@mvorisek
Copy link
Contributor

Can this fix be cherrypicked also into PHP 8.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested CallbackFilterIterator is leaking memory
3 participants