Skip to content

Commit e199794

Browse files
authored
CSHARP-5156: Call base class Dispose and Close appropriately (Coverity Analysis Issues) (#1361)
1 parent c693a7c commit e199794

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
@@ -130,6 +130,7 @@ protected override void Dispose(bool disposing)
130130
{
131131
_wrappedStream.Dispose();
132132
}
133+
base.Dispose(disposing);
133134
}
134135

135136
/// <inheritdoc/>

0 commit comments

Comments
 (0)