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

[ANALYZER-3004] - Memory Leak when working with analysis report #22

Merged
merged 1 commit into from
Apr 30, 2015

Conversation

dcleao
Copy link
Member

@dcleao dcleao commented Apr 30, 2015

  • Changed the point behavior, to not directly attach an event to the canvas when the behavior is "attached" to a pv.Panel. Indirectly, this makes us not leak, in this use case.
  • Fixed the creation and binding of property chains. In pv.Mark#bind, mark instances' properties were being chained in "strange" ways, causing them to be referenced by properties of defaults mark instances (static instances), leaking. This would also cause incorrect and longer property chains...

@pamval please review.

* Changed the point behavior, to not directly attach an event to the canvas when the behavior is "attached" to a pv.Panel. Indirectly, this makes us not leak, in this use case.
* Fixed the creation and binding of property chains. In pv.Mark#bind, mark instances' properties were being chained in "strange" ways, causing them to be referenced by properties of `defaults` mark instances (static instances), leaking. This would also cause incorrect and longer property chains...
pamval added a commit that referenced this pull request Apr 30, 2015
[ANALYZER-3004] - Memory Leak when working with analysis report
@pamval pamval merged commit 10fd5c7 into webdetails:transition Apr 30, 2015
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.

2 participants