mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Try fix asan build
This commit is contained in:
parent
b4f025a5e6
commit
cc0134f361
@ -65,7 +65,7 @@ MySQLBinlogEventReadBuffer::~MySQLBinlogEventReadBuffer()
|
||||
nextIfAtEnd();
|
||||
|
||||
if (checksum_signature_length)
|
||||
delete checksum_buf;
|
||||
delete[] checksum_buf;
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user