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:
@@ -870,7 +870,10 @@ THD::~THD()
|
||||
#endif
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
if (rli_fake)
|
||||
{
|
||||
delete rli_fake;
|
||||
rli_fake= NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
free_root(&main_mem_root, MYF(0));
|
||||
|
||||
Reference in New Issue
Block a user