Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 012cfaa

Browse files
committed
📖
1 parent cdb9f02 commit 012cfaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LibGit2Sharp/Filter.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ protected Filter(string name, IEnumerable<FilterAttributeEntry> attributes)
6565
private readonly GitFilter gitFilter;
6666
private readonly ConcurrentDictionary<IntPtr, StreamState> activeStreams = new ConcurrentDictionary<IntPtr, StreamState>();
6767

68+
/// <summary>
69+
/// State bag used to keep necessary reference from being
70+
/// garbage collected during filter processing.
71+
/// </summary>
6872
private class StreamState
6973
{
7074
public GitWriteStream thisStream;

0 commit comments

Comments
 (0)