diff options
author | anton-fr <[email protected]> | 2022-02-10 16:50:42 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:42 +0300 |
commit | 77ba323ac918adf37088050a634b205a4330eab6 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/lfalloc | |
parent | bed030b23ff75a1c319095c23a60075800da2c68 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/lfalloc')
-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 c10bd489961..fd2a906d6ff 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); } |