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