[OGo-Developer] Re: [OGo-Users] Re: click-to-dial & Asterisk

Sebastian Reitenbach developer@opengroupware.org
Sun, 09 Dec 2007 23:09:14 +0100


developer@opengroupware.org wrote: 
> users@opengroupware.org wrote: 
> > On 09.12.2007, at 21:52, Adam Tauno Williams wrote:
> > > AsteriskDialer.m:61: warning: method possibly missing a [super  
> > > dealloc]
> > > call
> > 
> > Thats sounds like a memory leak.
> Ah, will fix that.
> 
I forgot to ask in the other mail. I added a [super dealloc] in the dealloc 
method in AsteriskDialer.m, but I have no [super init] in the init method of 
that class, is that ok? At least there are no warnings or error messages 
anymore.

thanks
Sebastian