mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
When JOIN::destroy() is called for a JOIN object that has - join->tmp_join != NULL - also has join->table[0]->sort then the latter was not cleaned up. This could cause a memory leak and/or asserts in the subsequent queries. Fixed by adding a cleanup call.
3.3 KiB
3.3 KiB