netinhoteixeira / mac-soapclient

Automatically exported from code.google.com/p/mac-soapclient
0 stars 0 forks source link

Memory Leak on executeCommand #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call a web service method several times.  It helps to use one that requires 
a lot of data (like a base64 encoded string from an image file)
2. Memory use climbs without releasing the call (not sure where)
3. Watch in Activity Monitor.  Real Mem never goes down.

Tested on Snow Leopard - built with XCode 3.2.4, 10.5 SDK

Original issue reported on code.google.com by thequake...@gmail.com on 21 Sep 2010 at 8:19