latestchatty/latest-chatty-ios

Unreleased Resources EVERYWHERE

Closed this issue · 2 comments

I am using JetBrains' AppCode as an IDE and it is showing me warnings every where in the code base for unreleased resources. Here is an example of what I am talking about:

http://twitpic.com/7zyqde/full

Is it worth going though and cleaning up these things?

Well that's embarrassing...

Yeah, we should have proper dealloc's in there for all these properties. And FYI: I'm a big fan of self.propname = nil for synthesized properties, instead of the more error prone [propname release].

Ok I'll look at wiping them out.

Sent from my iPhone

On Dec 28, 2011, at 5:21 PM, Alex Waynereply@reply.github.com wrote:

Well that's embarrassing...

Yeah, we should have proper dealloc's in there for all these properties. And FYI: I'm a big fan of self.propname = nil for synthesized properties, instead of the more error prone [propname release].


Reply to this email directly or view it on GitHub:
#41 (comment)