sudzc icon indicating copy to clipboard operation
sudzc copied to clipboard

SoapRequest not releases handler object if network is unavailable.

Open saltuponwounds opened this issue 13 years ago • 0 comments

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.

saltuponwounds avatar Sep 06 '11 14:09 saltuponwounds