mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-03 12:12:20 +08:00
4bdeed9bd39ca6cdcd56022e095baf180ebc6e0d
This fix a TLS-memleak for thread from which mdbx_env_close_ex() has been called. Bug was added by while fixing the https://github.com/ReOpen/ReOpenLDAP/issues/48 In general we should explicitly free(), because pthread_key_delete() don't calls a destructor. Change-Id: Ic55a2348caf3be34b4331d5ad101ea33dbbdfa97
Description
Mirror of the libmdbx repository
Languages
C
55.7%
C++
36.5%
CMake
4.2%
Makefile
1.6%
Shell
1%
Other
1%