Skip to content

Commit 8ba122e

Browse files
authored
Fix incorrect clearing of pool in BufferPool.cs
1 parent 63ba949 commit 8ba122e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cs/src/core/Utilities/BufferPool.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ public void Dispose()
141141
public void Return()
142142
{
143143
pool?.Return(this);
144-
pool = default;
145144
}
146145

147146
/// <summary>

0 commit comments

Comments
 (0)