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 listeners array leak #1959

Merged
merged 1 commit into from
Sep 19, 2016
Merged

Fix listeners array leak #1959

merged 1 commit into from
Sep 19, 2016

Conversation

jridgewell
Copy link
Contributor

A minor issue, listeners is leaked as the this context when invoking each listener.

A minor issue, `listeners` is leaked as the `this` context when invoking
each `listener`.
Copy link
Contributor

@ellbee ellbee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me. Make this change as part of the v4 release?

@timdorr timdorr changed the base branch from master to next September 19, 2016 15:15
@timdorr timdorr changed the base branch from next to master September 19, 2016 15:15
@timdorr
Copy link
Member

timdorr commented Sep 19, 2016

OK, that didn't work... I think we can just put this on master for now. I'll temporarily remove it if we have another release before then, but I'm planning on having 4.0 be the next release scheduled.

@timdorr timdorr merged commit 8e82c15 into reduxjs:master Sep 19, 2016
seantcoyote pushed a commit to seantcoyote/redux that referenced this pull request Jan 14, 2018
A minor issue, `listeners` is leaked as the `this` context when invoking
each `listener`.
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.

3 participants