Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.2
-
None
-
None
-
Patch Available
Description
TSocketServer creates a CFSocketRef in -initWithPort:protocolFactory:processorFactory: but never invalidates/releases it. The attached patch properly cleans up the CFSocketRef without invalidating the underlying file descriptor.