mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #22591 from nvartolomei/nv/out-init-check
Try flush write buffer only if it is initialized
This commit is contained in:
commit
f78c846bdf
@ -72,6 +72,7 @@ TCPHandler::~TCPHandler()
|
||||
try
|
||||
{
|
||||
state.reset();
|
||||
if (out)
|
||||
out->next();
|
||||
}
|
||||
catch (...)
|
||||
|
Loading…
Reference in New Issue
Block a user