summary refs log tree commit diff
path: root/crypto/src/cms
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-08 12:43:15 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-08 12:43:15 +0700
commit0ff97264a685fba438b81238f692a4cbb942011f (patch)
tree2f2527937d551aad5ce0abc9351450d515cb9c2a /crypto/src/cms
parentDateTime portability changes for tests under PORTABLE (diff)
downloadBouncyCastle.NET-ed25519-0ff97264a685fba438b81238f692a4cbb942011f.tar.xz
Tighten up the correspondence b/w Close/Dispose
Diffstat (limited to 'crypto/src/cms')
-rw-r--r--crypto/src/cms/CMSAuthenticatedDataStreamGenerator.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/cms/CMSAuthenticatedDataStreamGenerator.cs b/crypto/src/cms/CMSAuthenticatedDataStreamGenerator.cs
index f2dc340df..a135cdd11 100644
--- a/crypto/src/cms/CMSAuthenticatedDataStreamGenerator.cs
+++ b/crypto/src/cms/CMSAuthenticatedDataStreamGenerator.cs
@@ -289,6 +289,7 @@ namespace Org.BouncyCastle.Cms
 
 				authGen.Close();
 				cGen.Close();
+                base.Close();
 			}
 #endif
 		}