mariadb/storage/innobase/fil
Marko Mäkelä 688fb6301c MDEV-23526 InnoDB leaks memory for some static objects
A leak of the contents of fil_system.ssd that was introduced in
commit 10dd290b4b (MDEV-17380)
was caught by implementing SAFEMALLOC instrumentation of operator new.
I did not try to find out how to make AddressSanitizer or Valgrind
detect it.

fil_system_t::close(): Clear fil_system.ssd.

The leak was identified and a fix suggested by Michael Widenius
and Vicențiu Ciorbaru.
2020-08-21 10:37:52 +03:00
..
fil0crypt.cc Merge 10.3 into 10.4, except MDEV-22543 2020-08-13 18:48:41 +03:00
fil0fil.cc MDEV-23526 InnoDB leaks memory for some static objects 2020-08-21 10:37:52 +03:00
fil0pagecompress.cc Merge 10.3 into 10.4, except MDEV-22543 2020-08-13 18:48:41 +03:00