From bed030b23ff75a1c319095c23a60075800da2c68 Mon Sep 17 00:00:00 2001 From: anton-fr Date: Thu, 10 Feb 2022 16:50:42 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- library/cpp/lfalloc/lf_allocX64.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library/cpp/lfalloc') diff --git a/library/cpp/lfalloc/lf_allocX64.h b/library/cpp/lfalloc/lf_allocX64.h index fd2a906d6ff..c10bd489961 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); } -- cgit v1.3