diff --git a/SharpCompress/Writer/Tar/TarWriter.cs b/SharpCompress/Writer/Tar/TarWriter.cs index a4afdc05..75a7d652 100644 --- a/SharpCompress/Writer/Tar/TarWriter.cs +++ b/SharpCompress/Writer/Tar/TarWriter.cs @@ -91,7 +91,6 @@ namespace SharpCompress.Writer.Tar { PadTo512(0, true); PadTo512(0, true); - OutputStream.Dispose(); } base.Dispose(isDisposing); }