Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak when updating chunk skip node (#254)
When UpdateChunkSkipNodeMinMax() is executed, it may allocate memory for non-fixed size data types. If the minimum or maximum value changes, the previous value will be overwritten, resulting in a memory leak.
- Loading branch information