mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
Arg_comparator initializes 'comparators' array in case of ROW comparison and does not free this array on destruction. It leads to memory leaks. The fix: -added Arg_comparator::cleanup() method which frees 'comparators' array. -added Item_bool_func2::cleanup() method which calls Arg_comparator::cleanup() method
8.5 KiB
8.5 KiB