retainCounter is an application that converts a simple
[object release] into a NSLog(@"object retainCount:
%i",[object retainCount]); [object release];
command. This is sometimes useful if developers wish
to know the current count of an object before it is
released, which makes it easier to detect memory
leaks.