Hi, Do anyone had the solution for the memory leaks getting in the NSURLCONNECTION and NSXMLPARSER. I am getting the memory leaks when nsurl used with Cache ignoring policy and Using NSXMLPARSER also leaks some much memory. PLEASE DO HELP ME IN THIS ISSUE...



:
tHANk U.
Hi,
The problem with xmlparser was solved. The memory leak was with other alloc variable , but the leak instrument was pointing to the parser variable, So I was little bit much confused.
One more issue I found with NSURLConnection was, when I am using local server protocol for ignoring cache, I am getting memory leaks.
Where when I am using the Live server , for NSURLConnection, memory leaks are mostly occuring frequently , pointing to NSURLConnection and Recieved Data of connection delegate.
Do anyone had these issues faced. If so please reply with solution or any support.