Re: Leaks
Re: Leaks
- Subject: Re: Leaks
- From: Marc Poirier <email@hidden>
- Date: Sun, 3 Oct 2004 08:36:41 -0400
On Oct 3, 2004, at 7:26 AM, Mark's Studio wrote:
Im having some leaks :(
What is the best way to track them down ?
do i need to free anything other than what i've allocated memory for ?
SpectrumAU::~SpectrumAU()
{
if(IsInitialized()){
This condition will never be true. There is a pre-destructor that
handles Unitializing before the destructor gets called. Unless your
Unitialize method also does the same freeing, then this would explain
your leaks.
Marc
_______________________________________________
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
- Follow-Ups:
- Re: Leaks
- From: "Mark's Studio" <email@hidden>
References: | |
| >Leaks (From: "Mark's Studio" <email@hidden>) |