mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
Fixed the size of the allocated port structure.
svn path=/trunk/; revision=20530
This commit is contained in:
parent
8113f8f796
commit
3e90cec75b
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ NtRegisterThreadTerminatePort(HANDLE PortHandle)
|
||||||
|
|
||||||
/* Allocate the Port and make sure it suceeded */
|
/* Allocate the Port and make sure it suceeded */
|
||||||
if((TerminationPort = ExAllocatePoolWithTag(NonPagedPool,
|
if((TerminationPort = ExAllocatePoolWithTag(NonPagedPool,
|
||||||
sizeof(PTERMINATION_PORT),
|
sizeof(TERMINATION_PORT),
|
||||||
TAG('P', 's', 'T', '=')))) {
|
TAG('P', 's', 'T', '=')))) {
|
||||||
|
|
||||||
/* Associate the Port */
|
/* Associate the Port */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue