mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx-windows: fix mdbx_realloc()
for nullptr and MDBX_AVOID_CRT=ON
.
Change-Id: I129221186d65254da5b1d84747e5c59d53864b70
This commit is contained in:
@@ -21,6 +21,7 @@ Added features:
|
||||
|
||||
Fixes:
|
||||
- Fixed missing cleanup (null assigned) in the C++ commit/abort (https://github.com/erthink/libmdbx/pull/143).
|
||||
- Fixed `mdbx_realloc()` for case of nullptr and `MDBX_AVOID_CRT=ON` for Windows.
|
||||
|
||||
|
||||
## v0.9.2 scheduled at 2020-11-27
|
||||
|
Reference in New Issue
Block a user