Просмотр исходного кода

Restoring authorship annotation for <anton-fr@yandex-team.ru>. Commit 1 of 2.

anton-fr 3 лет назад
Родитель
Сommit
bed030b23f
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      library/cpp/lfalloc/lf_allocX64.h

+ 3 - 3
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);
     }