Skip to content

Commit 3e49f42

Browse files
committed
Add base class close call
1 parent a8f434f commit 3e49f42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MongoDB.Driver.GridFS/DelegatingStream.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, As
108108
public override void Close()
109109
{
110110
_wrappedStream.Close();
111+
base.Close();
111112
}
112113

113114
/// <inheritdoc/>

0 commit comments

Comments
 (0)