summary refs log tree commit diff
path: root/crypto/src/openpgp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/openpgp')
-rw-r--r--crypto/src/openpgp/PgpCompressedDataGenerator.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/src/openpgp/PgpCompressedDataGenerator.cs b/crypto/src/openpgp/PgpCompressedDataGenerator.cs
index c51e6326c..307fdbf08 100644
--- a/crypto/src/openpgp/PgpCompressedDataGenerator.cs
+++ b/crypto/src/openpgp/PgpCompressedDataGenerator.cs
@@ -157,9 +157,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp
 				if (dOut != pkOut)
 				{
                     Platform.Dispose(dOut);
-					dOut.Flush();
 				}
-
 				dOut = null;
 
 				pkOut.Finish();