mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
TABLE_LIST doesn't free Strings in its string lists (TABLE_LIST::use_index and TABLE_liST::ignore_index), so calling c_ptr_safe() on that Strings leads to memleaks. OTOH "safe" c_ptr_safe() is not necessary there and we can replace it with c_ptr().
56 KiB
56 KiB