Re: OT: GetCurrentEventLoop() leaks?
Re: OT: GetCurrentEventLoop() leaks?
- Subject: Re: OT: GetCurrentEventLoop() leaks?
- From: Arne Scheffler <email@hidden>
- Date: Tue, 11 Oct 2005 18:30:47 +0200
Michael Kleps wrote:
> Hi all,
>
> in lack of a better place to ask I thought I might try here:
>
> When calling GetCurrentEventLoop() (to use the return value later for
> an IntallEventLoopTimer()) I get a leak of 16 bytes reported (using the
> -w switch and leaks). I've tracked it down to that single call.
> However, I can't find ANY information whatsoever how to release the
> "EventLoopRef" that is returned by GetCurrentEventLoop().
Normaly you don't have to release something you get from apple's API
which has a 'Get' in the name. Do you get everytime a 16 bytes leak, or
only once ? If it is once, than they free it up when the app is quit and
you don't need to care.
cheers
arne
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden