mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fixed the size of the allocated port structure.
svn path=/trunk/; revision=20530
This commit is contained in:
@@ -754,7 +754,7 @@ NtRegisterThreadTerminatePort(HANDLE PortHandle)
|
||||
|
||||
/* Allocate the Port and make sure it suceeded */
|
||||
if((TerminationPort = ExAllocatePoolWithTag(NonPagedPool,
|
||||
sizeof(PTERMINATION_PORT),
|
||||
sizeof(TERMINATION_PORT),
|
||||
TAG('P', 's', 'T', '=')))) {
|
||||
|
||||
/* Associate the Port */
|
||||
|
||||
Reference in New Issue
Block a user