Skip to content

Commit

Permalink
Merge branch 'master' into async-support-test
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Sep 4, 2019
2 parents 27b677e + d38103c commit 94b901e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cs/src/core/Allocator/AllocatorBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -579,9 +579,6 @@ public void Release()
/// </summary>
public virtual void Dispose()
{
for (int i=0; i<PageStatusIndicator.Length; i++)
PageStatusIndicator[i].PageFlushCloseStatus = new FlushCloseStatus { PageFlushStatus = PMMFlushStatus.Flushed, PageCloseStatus = PMMCloseStatus.Closed };

TailPageOffset.Page = 0;
TailPageOffset.Offset = 0;
SafeReadOnlyAddress = 0;
Expand Down

0 comments on commit 94b901e

Please sign in to comment.