allen58992008 / touchcode

Automatically exported from code.google.com/p/touchcode
0 stars 0 forks source link

Leaks in TouchJSON #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Use TouchJSON to parse JSON response
2. Run the project with Leaks
3. CJSONDeserializer.deserialize shows leaks at the line 
     if ([theScanner scanJSONObject:&theObject error:outError] == YES)

I am using the source available in August 2008.

Original issue reported on code.google.com by idevelop...@gmail.com on 26 Jan 2009 at 7:50

GoogleCodeExporter commented 8 years ago
Please provide sample code showing the leak.

Original comment by jwight on 28 Feb 2009 at 7:07