Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
SocketIO: don't use NSURLConnection delegate property in -dealloc - n…
Browse files Browse the repository at this point in the history
…ot available without BlocksKit
  • Loading branch information
psineur committed Jun 25, 2013
1 parent 9f1dc94 commit 4ccb970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SocketIO.m
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ - (void) connection:(NSURLConnection *)connection

- (void) dealloc
{
_handshake.delegate = nil;
[_handshake cancel];
_handshake = nil;

_host = nil;
Expand Down

0 comments on commit 4ccb970

Please sign in to comment.