mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 02:14:12 +08:00
mdbx: устранение ошибки в поддержке MDBX_ENABLE_DBI_LOCKFREE.
This commit is contained in:
parent
603ce05435
commit
b1dcd07be4
@ -15742,6 +15742,7 @@ __cold static int env_close(MDBX_env *env, bool resurrect_after_fork) {
|
||||
next = ptr->next;
|
||||
osal_free(ptr);
|
||||
}
|
||||
env->me_defer_free = nullptr;
|
||||
#endif /* MDBX_ENABLE_DBI_LOCKFREE */
|
||||
|
||||
if (!(env->me_flags & MDBX_RDONLY))
|
||||
|
Loading…
x
Reference in New Issue
Block a user