Kal icon indicating copy to clipboard operation
Kal copied to clipboard

Memory leak in KalGridView

Open ehren opened this issue 13 years ago • 1 comments

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).

ehren avatar Oct 31 '11 17:10 ehren

Confirmed the leak and the fix. Thanks @ehren

peymano avatar Feb 06 '13 22:02 peymano