mirror of
https://github.com/isar/libmdbx.git
synced 2026-01-25 18:52:23 +08:00
mdbx: update links after move the repo.
Change-Id: Ib9d0bbc02f628ee5df673f419cd6152785e19573
This commit is contained in:
4
mdb.c
4
mdb.c
@@ -1048,7 +1048,7 @@ typedef struct MDB_pgstate {
|
||||
} MDB_pgstate;
|
||||
|
||||
/** Context for deferred cleanup of reader's threads.
|
||||
* to avoid https://github.com/ReOpen/ReOpenLDAP/issues/48 */
|
||||
* to avoid https://github.com/leo-yuriev/ReOpenLDAP/issues/48 */
|
||||
typedef struct MDBX_rthc {
|
||||
struct MDBX_rthc *rc_next;
|
||||
pthread_t rc_thread;
|
||||
@@ -4624,7 +4624,7 @@ void mdbx_rthc_dtor(void)
|
||||
* TSD-деструкторах и поэтому может выгрузить lib.so до того как
|
||||
* отработали все деструкторы.
|
||||
* - Исходное проявление проблемы было зафиксировано
|
||||
* в https://github.com/ReOpen/ReOpenLDAP/issues/48
|
||||
* в https://github.com/leo-yuriev/ReOpenLDAP/issues/48
|
||||
*
|
||||
* Предыдущее решение посредством выделяемого динамически MDB_rthc
|
||||
* было не удачным, так как порождало либо утечку памяти,
|
||||
|
||||
Reference in New Issue
Block a user