Re: NSTask setStandardOutput bug?
Re: NSTask setStandardOutput bug?
- Subject: Re: NSTask setStandardOutput bug?
- From: justin webster <email@hidden>
- Date: Fri, 21 Dec 2007 16:29:31 +1300
Wrap the body of this loop with an autorelease pool and see if this
makes the problem go away.
You're not autoreleasing anything, but Cocoa may internally have
performed the equivalent of [[someObject retain] autorelease].
Also, you are leaking "string".
yeah I thought tried that,
obviously not correctly,
works now.
thanks
_______________________________________________
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