jzhone / wsdl2objc

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

Huge Memory Leak #186

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:
1. Response should be of the size 4MB of unzipped data
2. Once the Response is being received after parsing and deserializing the 
memory increase enoromously and never comes back.

Expected output: 
After parsing the data, memory should come back to as it was before.

What do you see instead?
Increase in memory and it never seems to be released.

Please use labels and text to provide additional information.

Please we are struggling a lot to find out the problem please help us out

Original issue reported on code.google.com by sah...@bitordertech.com on 25 Aug 2012 at 2:27