Skip to content

Commit 28b8715

Browse files
Henr1k80stakx
authored andcommitted
Dispose keyEnumerator
1 parent f372c2c commit 28b8715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Castle.Core/Core/StringObjectDictionaryAdapter.cs

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ KeyValuePair<string, object> IEnumerator<KeyValuePair<string, object>>.Current
220220

221221
public void Dispose()
222222
{
223+
keyEnumerator.Dispose();
223224
GC.SuppressFinalize(this);
224225
}
225226
}

0 commit comments

Comments
 (0)