diff options
author | anton-fr <anton-fr@yandex-team.ru> | 2022-02-10 16:50:42 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:42 +0300 |
commit | bed030b23ff75a1c319095c23a60075800da2c68 (patch) | |
tree | 5cd31b120a639beb53ff2b2e922d9b9aad3e0e4d | |
parent | 02ba02ced9993bf59ad9313b36a718701785da63 (diff) | |
download | ydb-bed030b23ff75a1c319095c23a60075800da2c68.tar.gz |
Restoring authorship annotation for <anton-fr@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | library/cpp/lfalloc/lf_allocX64.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/lfalloc/lf_allocX64.h b/library/cpp/lfalloc/lf_allocX64.h index fd2a906d6f..c10bd48996 100644 --- a/library/cpp/lfalloc/lf_allocX64.h +++ b/library/cpp/lfalloc/lf_allocX64.h @@ -1283,9 +1283,9 @@ static void AllocThreadInfo() { if (IsStoppingThread) return; TLFLockHolder ll(&LFLockThreadInfo); - if (IsStoppingThread) // better safe than sorry - return; - + if (IsStoppingThread) // better safe than sorry + return; + pThreadInfo = (TThreadAllocInfo*)SystemAlloc(sizeof(TThreadAllocInfo)); pThreadInfo->Init(&pThreadInfoList); } |