Re: help with closing file handle
Re: help with closing file handle
- Subject: Re: help with closing file handle
- From: "Shawn Erickson" <email@hidden>
- Date: Sat, 9 Feb 2008 07:23:04 -0800
On Feb 9, 2008 5:22 AM, Nir Soffer <email@hidden> wrote:
> I guess that you pass an autoreleased string to the file handle, and
> the exceptions you get are raised when the file handle try to send a
> message to the object you passed, which does not exists any more
It would be the responsibility of NSFileHandle to retain or copy the
string. Likely it is an over-released string because of a bug in
memory management.
However as you said we need to see more code to help.
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden