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(); tab->cleanup();
} }
table= 0;
} }
else else
{ {