Re: string pointer
That's [was] true of any value. Whether it's a method return value or an 'out' parameter makes no difference. If you didn't retain it, you didn't own it, and it might go away. So this really has nothing to do with 'out' parameters, and it's not an issue nowadays because of ARC. —Jens
|
|