diff options
Diffstat (limited to 'crypto/src/util/io/TeeOutputStream.cs')
-rw-r--r-- | crypto/src/util/io/TeeOutputStream.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/util/io/TeeOutputStream.cs b/crypto/src/util/io/TeeOutputStream.cs index 82407d9fa..a6c7fd5b5 100644 --- a/crypto/src/util/io/TeeOutputStream.cs +++ b/crypto/src/util/io/TeeOutputStream.cs @@ -33,6 +33,7 @@ namespace Org.BouncyCastle.Utilities.IO { Platform.Dispose(output); Platform.Dispose(tee); + base.Close(); } #endif |