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

Memory leak in KalGridView #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Memory leak in KalGridView #52

wants to merge 1 commit into from

Conversation

ehren
Copy link

@ehren ehren commented Oct 31, 2011

Fix memory leak of selectedTile and highlightedTile instances caused by their improper setter implementation (the setter should release the old value before assigning and retaining the new value).

…by their improper setter implementation (the setter should release the old value before assigning and retaining the new value)
@peymano
Copy link

peymano commented Feb 6, 2013

Confirmed the leak and the fix. Thanks @ehren

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.

None yet

2 participants