mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 13:51:22 +00:00
Fix LPC port referencing.
svn path=/trunk/; revision=27132
This commit is contained in:
parent
1bc331c11f
commit
fe667853fa
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ NtReplyWaitReceivePortEx(IN HANDLE PortHandle,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Release lock and reference */
|
/* Release lock and reference */
|
||||||
ObReferenceObject(Port);
|
ObReferenceObject(ConnectionPort);
|
||||||
KeReleaseGuardedMutex(&LpcpLock);
|
KeReleaseGuardedMutex(&LpcpLock);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue