tags:

views:

147

answers:

2

Hi guys,

Im getting the same memory leak as I mentioned the link below.

http://stackoverflow.com/questions/1598928/nsxmlparser-leaking.

Is it the real problem from the Apple developing side?

And in that link I saw the answer from Lee Armstrong as:

Apple have got back to me and this is a bug #6469143

Looks like they plan to fix for 4.0

Is there any documentation regarding to this problem???

Anyone's help will be much appreciated.

Thank you, Monish.

+1  A: 

According to the thread you linked to, Apple has acknowledged this as a bug and it will be fixed in a forthcoming release of the iPhone OS. So it looks like you're out of luck until then. There is no documentation as to what's actually getting leaked, because the leak is inside Apple's code and we (obviously) don't have ready access to Apple's source code.

Dave DeLong
Thanks for your information.Does the leaks may leads to Application crash or any Exceptions??
monish
can any one gimme reply for my question I posted as comment.
monish
Leaking memory will not generate any exceptions, but it might generate a crash if you leak enough memory (many megabytes worth) to run out of heap space. This `NSXMLParser` leak is unlikely to do that (unless you're creating thousands and thousands of `NSXMLParser` objects)
Dave DeLong
A: 

Hi i am wondering is this bug fixed or not Its Sept 2010 and i am having same problem please help me