Skip to content

Commit 3f28435

Browse files
authored
[C#] Dispose input on pending context dispose. (microsoft#414)
1 parent 97d768e commit 3f28435

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cs/src/core/Index/Common/Contexts.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public void Dispose()
123123
{
124124
key?.Dispose();
125125
value?.Dispose();
126+
input?.Dispose();
126127
}
127128
}
128129

0 commit comments

Comments
 (0)