Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Fix issue with event reentrancy #457

Merged
merged 1 commit into from
Jun 11, 2014
Merged

Conversation

arv
Copy link
Contributor

@arv arv commented Jun 10, 2014

If an inner invoke removes a listener, the outer invoke now loops
over the stale listener length. To solve this we only clean up the
listener array when we are in the outermost invoke.

If an inner invoke removes a listener, the outer invoke now loops
over the stale listener length. To solve this we only clean up the
listener array when we are in the outermost invoke.
@arv arv added cla: yes and removed cla: no labels Jun 10, 2014
@dfreedm
Copy link
Contributor

dfreedm commented Jun 11, 2014

LGTM

dfreedm added a commit that referenced this pull request Jun 11, 2014
Fix issue with event reentrancy
@dfreedm dfreedm merged commit 7004965 into googlearchive:master Jun 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants