cocoa: TSocketServer leaks a CFSocket object --------------------------------------------
Key: THRIFT-687 URL: https://issues.apache.org/jira/browse/THRIFT-687 Project: Thrift Issue Type: Bug Components: Library (Cocoa) Affects Versions: 0.2 Reporter: Kevin Ballard Priority: Minor Attachments: TSocketServer.patch 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.