mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixed bug mdev-5400:
a memory leak in save_index() first seen in the test case for mdev-5382.
This commit is contained in:
@@ -10533,7 +10533,6 @@ void JOIN::cleanup(bool full)
|
||||
{
|
||||
tab->cleanup();
|
||||
}
|
||||
table= 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user