mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Fix
This commit is contained in:
parent
c503f6532c
commit
57801b7a02
@ -236,7 +236,8 @@ void Connection::disconnect()
|
||||
try
|
||||
{
|
||||
// finalize() can write to socket and throw an exception.
|
||||
out->finalize();
|
||||
if (out)
|
||||
out->finalize();
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user