You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Ballard (JIRA)" <ji...@apache.org> on 2010/01/23 00:24:21 UTC

[jira] Updated: (THRIFT-687) cocoa: TSocketServer leaks a CFSocket object

     [ https://issues.apache.org/jira/browse/THRIFT-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Ballard updated THRIFT-687:
---------------------------------

    Attachment: TSocketServer.patch

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