mdbx: устранение ошибки в поддержке MDBX_ENABLE_DBI_LOCKFREE.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2024-02-21 01:28:19 +03:00
parent 603ce05435
commit b1dcd07be4

View File

@ -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))