mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Addressed review comments
- Updated destructor of ForkWriteBuffer to clear buffer
This commit is contained in:
parent
e165e68386
commit
8b523bec16
@ -46,6 +46,7 @@ void ForkWriteBuffer::nextImpl()
|
||||
ForkWriteBuffer::~ForkWriteBuffer()
|
||||
{
|
||||
finalize();
|
||||
set(nullptr, 0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user