1
0
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:
Igor Babaev
2013-12-07 07:51:02 -08:00
parent 21d0d8c5bf
commit d5262a63fc

View File

@@ -10533,7 +10533,6 @@ void JOIN::cleanup(bool full)
{
tab->cleanup();
}
table= 0;
}
else
{