Kal
Kal copied to clipboard
Memory leak in KalGridView
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).
Confirmed the leak and the fix. Thanks @ehren