ashfurrow / C-41

C-41 is an application to help people develop film at home by providing a series of "recipes" for photographers to use.
MIT License
2.05k stars 368 forks source link

memory leaks #24

Closed mailworks closed 7 years ago

mailworks commented 8 years ago

Hi,I find a reference cycle in ASHTimerViewController at line 62,remove @weakify(self) will fix it ?

ashfurrow commented 8 years ago

Neat! Nice catch. Yeah, should do it. Wanna send a PR?

mailworks commented 8 years ago

Yeah. https://github.com/ashfurrow/C-41/pull/25