You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2022/09/08 21:17:00 UTC

[jira] [Updated] (THRIFT-5623) ref to disposed instance should be set to null

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

Jens Geyer updated THRIFT-5623:
-------------------------------
    Attachment: 0001-THRIFT-5623-ref-to-disposed-instance-should-be-set-t.patch

> ref to disposed instance should be set to null
> ----------------------------------------------
>
>                 Key: THRIFT-5623
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5623
>             Project: Thrift
>          Issue Type: Bug
>          Components: netstd - Library
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Trivial
>         Attachments: 0001-THRIFT-5623-ref-to-disposed-instance-should-be-set-t.patch
>
>
> {code}
> public override void Close()
> {
>      PipeStream?.Dispose();
> }
> {code}
> should also set {{PipeStream = null;}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)