NSLog(@\"first:%u\",[object retainCount]); [object release]; NSLog(@\"second:%u\",[object retainCount]);
Output:
first:1 second:1
Divide any number by zero and you will find the meaning of "object with retain count of zero".