Open saltuponwounds opened 13 years ago
If network is unavailable connectionDidFinishLoading: method is not called, and retained self.handler (SoapRequest.m line:188) is not released.
It can be fixed by moving this code into dealloc method.
If network is unavailable connectionDidFinishLoading: method is not called, and retained self.handler (SoapRequest.m line:188) is not released.
It can be fixed by moving this code into dealloc method.