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