mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed up leaks found by --exit-info=256
better error diagnostic in SLAVE START
This commit is contained in:
@ -139,7 +139,7 @@ THD::~THD()
|
||||
if (net.vio)
|
||||
{
|
||||
vio_delete(net.vio);
|
||||
net_end(&net);
|
||||
net_end(&net);
|
||||
}
|
||||
ha_rollback(this);
|
||||
if (locked_tables)
|
||||
|
Reference in New Issue
Block a user