mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[CSRSRV] Fix comment
This commit is contained in:
parent
7054cd10b1
commit
e6bea426f3
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ CsrLockedDereferenceProcess(PCSR_PROCESS CsrProcess)
|
|||
/* Call the generic cleanup code */
|
||||
DPRINT1("Should kill process: %p\n", CsrProcess);
|
||||
CsrProcessRefcountZero(CsrProcess);
|
||||
/* Acquire again, the lock it was released in CsrProcessRefcountZero */
|
||||
/* Acquire the lock again, it was released in CsrProcessRefcountZero */
|
||||
CsrAcquireProcessLock();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue