Re: NSBezierPath retain crash
Re: NSBezierPath retain crash
- Subject: Re: NSBezierPath retain crash
- From: Umed Zokirov <email@hidden>
- Date: Wed, 12 Nov 2003 11:44:55 -0800
You need to retain it right after you called one of the functions that
returned you the auto-released object. Plus check if you're sending it
a proper rectangle. If the crash still persists, it could be the case
that your view is not focused when you called transform functions on
the path.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.