Skip navigation.
 
ml[SOLVED]Re: releasing NSXMLParser
FROM : Dimitri Bouniol
DATE : Mon Aug 14 18:21:43 2006

Apparently, it auto-releases itself by itself, without sending it an 
autorelease message.
I just didn't release a muatble array, so I didn't know were the 
problem was...
Thanks anyway :)

On Aug 14, 2006, at 9:01 AM, John Stiles wrote:

> Have you tried autoreleasing it?
> Perhaps NSXMLParser isn't done with it yet.


On Aug 14, 2006, at 9:03 AM, AgentM wrote:
> Have you tried autoreleasing the parser in the delegate method? It 
> still may have some things to do after it calls the delegate method.


--
Dimitri Bouniol
<email_removed>

Related mailsAuthorDate
mlreleasing NSXMLParser Dimitri Bouniol Aug 14, 17:58
mlRe: releasing NSXMLParser John Stiles Aug 14, 18:01
ml[SOLVED]Re: releasing NSXMLParser Dimitri Bouniol Aug 14, 18:21