Commit d5262a63 authored by Igor Babaev's avatar Igor Babaev

Fixed bug mdev-5400:

a memory leak in save_index() first seen in the test case for mdev-5382.
parent 21d0d8c5
......@@ -10533,7 +10533,6 @@ void JOIN::cleanup(bool full)
{
tab->cleanup();
}
table= 0;
}
else
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment