Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When doing `FreeEmpty`, `NodeBIO` skips pre-allocated `head_` buffer. However this might lead to double-freeing buffers since in `~NodeBIO()` we're starting deallocation from `head_` buffer.
- Loading branch information