jkichline / sudzc

http://sudzc.com
71 stars 34 forks source link

SoapRequest not releases handler object if network is unavailable. #2

Open saltuponwounds opened 13 years ago

saltuponwounds commented 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.