mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 01:04:13 +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;
|
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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user