Skip to content

Commit

Permalink
Fix incorrect clearing of pool in BufferPool.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Oct 16, 2023
1 parent 63ba949 commit 8ba122e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cs/src/core/Utilities/BufferPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ public void Dispose()
public void Return()
{
pool?.Return(this);
pool = default;
}

/// <summary>
Expand Down

0 comments on commit 8ba122e

Please sign in to comment.