Skip to content

Commit

Permalink
Fix another bad CFRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjpayne committed Oct 11, 2014
1 parent e05c814 commit c5ad27f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PocketSocket/PSWebSocketServer.m
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ - (void)disconnect:(BOOL)silent {
if(_socketRunLoopSource) {
CFRunLoopRef runLoop = [[self runLoop] getCFRunLoop];
CFRunLoopRemoveSource(runLoop, _socketRunLoopSource, kCFRunLoopDefaultMode);
CFRelease(runLoop);
CFRelease(_socketRunLoopSource);
_socketRunLoopSource = nil;
}
Expand Down

0 comments on commit c5ad27f

Please sign in to comment.