nishigandharajurkar / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

USAdditions Memory Leak in XML Escaping #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run leaks on device
2. Execute functionality that uses web service.
3.

What is the expected output?

What do you see instead?
Leaks is reporting a leak in the methods
 - (NSString *)stringByUnescapingXML
 - (NSString *)stringByEscapingXML
These methods make a mutableCopy but then don't release - or in the case 
autorelease.

What version of the product are you using? On what operating system?
.6

Please provide any additional information below.

Original issue reported on code.google.com by mr.coo...@gmail.com on 9 Oct 2009 at 2:50

GoogleCodeExporter commented 9 years ago
Fixed this in r145.  Thanks for pointing it out :)

Original comment by madcow...@gmail.com on 9 Oct 2009 at 5:12

GoogleCodeExporter commented 9 years ago
Just tested it.  Works great.  Thanks.

Original comment by mr.coo...@gmail.com on 9 Oct 2009 at 7:21

GoogleCodeExporter commented 9 years ago

Original comment by madcow...@gmail.com on 9 Oct 2009 at 7:28