City-of-Bloomington / open311-ios

GeoReporter iOS source code. Native iOS smartphone client app for Open311 API civic issue reporting.
http://open311.org
Other
23 stars 22 forks source link

Fix memory problem #190

Closed mariusc closed 10 years ago

mariusc commented 10 years ago

The app uses much more memory than it is supposed to. Opening new reports and going back (without sending them), then opening another new report makes the memory allocations go wild. I suspect there is either a memory leak or a retain cycle.

mariusc commented 10 years ago

Fixed in c0a506483554ec16855d3e25f8884efc0fb3c675. There was a retain cycle, because the delegates were not weak.