Memory Leak in [XMPPParser parseData:]
I've been running the memory leak instruments on the code and it shows me a memory leak in the following lines when parsing the data:

Apparently xmlNewNs creates a new pointer but it's never released.. but I am not completely sure what's the root case behind this, and instruments doesn't provide further details.
same issues any solution?
Hello, has this problem been solved?
I think I am asking again, is there any solution to the problem. its giving big memory leak . Or you guys can suggest to use any other Parser ?
Same issue, is there any solution ?