Hi Michael, On Mon, Apr 6, 2009 at 9:50 AM, Michael Ash <[email protected]> wrote: > On Sun, Apr 5, 2009 at 5:11 PM, m <[email protected]> wrote:
> The workaround is easy. What you're doing is fine, or you can post a > fake NSEvent, or something similar. Pretty much up to you. Whilst that approach will probably work for ever, I still think you're better off wrapping your C callbacks with your own NSAutoreleasePool; nothing really guarantees that an autorelease pool will exist when you're in a C callback that you've added directly to the runloop via a C interface. Regards, Chris _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
