Skip to content

Commit

Permalink
fix #277: deadlock in iisnode-debug header generation during recycle
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed May 6, 2013
1 parent be657de commit b95fcda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/iisnode/cnodeprocessmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,6 @@ DWORD CNodeProcessManager::GetActiveRequestCount()
{
DWORD result = 0;

ENTER_SRW_SHARED(this->srwlock)

for (DWORD i = 0; i < this->processCount; i++)
{
if (this->processes[i])
Expand All @@ -430,8 +428,6 @@ DWORD CNodeProcessManager::GetActiveRequestCount()
}
}

LEAVE_SRW_SHARED(this->srwlock)

return result;
}

Expand Down

0 comments on commit b95fcda

Please sign in to comment.