The rule for memory management says that if you obtain an object
through alloc, you have retained it and it must be manually
released at a later point.
Yet methods like initWithFormat create an autoreleased object don't
they?
Trying to be a Good Programmerâ„¢ I was releasing the objects myself
but that caused problems with my app, yet the problem has gone now
i've removed these lines.
You have a bug elsewhere. Put the release calls back in and find the
real bug.
Camillo _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden