What should the retainCount be when returning an object in Objective-C?
- by Yakattak
See title. To be more specific, I am trying to return the mutableCopy of an object, however it's returned with a retainCount of 1 and I am worrying that it will leak.