mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Various fixes to fix memory leaks after merging replication
tree with main.
This commit is contained in:
@@ -234,6 +234,7 @@ void mysql_client_binlog_statement(THD* thd)
|
||||
send_ok(thd);
|
||||
|
||||
end:
|
||||
thd->rli_fake->clear_tables_to_lock();
|
||||
my_free(buf, MYF(MY_ALLOW_ZERO_PTR));
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user