Skip to content

Commit

Permalink
Fixed issue where the result helper was not correctly cleared after u…
Browse files Browse the repository at this point in the history
…sage. (#2380)
  • Loading branch information
michaelstaib committed Sep 25, 2020
1 parent 2419fa0 commit a127779
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -10,6 +10,10 @@ public void Clear()
_resultOwner = new ResultMemoryOwner(_resultPool);
_data = null;
_extensions = null;
_path = null;
_label = null;
_hasNext = null;
_extensions = null;
}
}
}

0 comments on commit a127779

Please sign in to comment.