Don't dispose!

This commit is contained in:
Adam Hathcock
2014-07-01 19:33:59 +01:00
parent 022f7ed26b
commit d36ae445e2

View File

@@ -91,7 +91,6 @@ namespace SharpCompress.Writer.Tar
{
PadTo512(0, true);
PadTo512(0, true);
OutputStream.Dispose();
}
base.Dispose(isDisposing);
}