herzbube / littlego

Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
https://littlego.herzbube.ch/
Apache License 2.0
138 stars 53 forks source link

Memory leak: unarchived GoGame not deallocated #331

Closed herzbube closed 5 years ago

herzbube commented 5 years ago

UnarchiveGameCommand retains the unarchived GoGame object, but lacks a dealloc implementation that releases the object.