mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Fix LPC port referencing.
svn path=/trunk/; revision=27132
This commit is contained in:
@@ -239,7 +239,7 @@ NtReplyWaitReceivePortEx(IN HANDLE PortHandle,
|
||||
}
|
||||
|
||||
/* Release lock and reference */
|
||||
ObReferenceObject(Port);
|
||||
ObReferenceObject(ConnectionPort);
|
||||
KeReleaseGuardedMutex(&LpcpLock);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user