Try fix asan build

This commit is contained in:
zhang2014 2020-11-17 23:29:02 +08:00
parent b4f025a5e6
commit cc0134f361

View File

@ -65,7 +65,7 @@ MySQLBinlogEventReadBuffer::~MySQLBinlogEventReadBuffer()
nextIfAtEnd();
if (checksum_signature_length)
delete checksum_buf;
delete[] checksum_buf;
}
catch (...)
{