mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CSRSRV2]: Bugfix, don't dereference the thread instead of referencing it!
svn path=/trunk/; revision=55703
This commit is contained in:
@@ -720,7 +720,7 @@ CsrApiRequestThread(IN PVOID Parameter)
|
||||
}
|
||||
|
||||
/* We got an API Request */
|
||||
CsrDereferenceThread(CsrThread);
|
||||
CsrLockedReferenceThread(CsrThread);
|
||||
CsrReleaseProcessLock();
|
||||
|
||||
/* This is an API call, get the Server ID */
|
||||
|
||||
Reference in New Issue
Block a user