T-39 After a couple of hours, I am back on track again

I narrowed down my memory problem to an extra release of a custom property, but it took me too long to find it. It is a little frustrating that my Objective-C debugging skills feel so far behind those I have in the Java world.

I tried several different methods of tracking down the extra release, but the simplest method proved effective–double checking every possible reference to the property by visual inspection. I need to find better methods for this sort of thing, but for now I am back on track.

Day T-39 Accomplishments (Wednesday, March 3, 2010)

  • Found the double release error causing me grief