Skip to content
This repository was archived by the owner on Sep 20, 2018. It is now read-only.
This repository was archived by the owner on Sep 20, 2018. It is now read-only.

CommonDispose in SevenZipExtractor #3

Description

@hoi82

Line 763, 764 is,

_inStream.Dispose();
_inStream = null;

When I use this class, _inStream is set null, so the error is occured at above lines,
Why don't you check _instream is null?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions