Fixed the size of the allocated port structure.
Modified: trunk/reactos/ntoskrnl/ps/kill.c

Modified: trunk/reactos/ntoskrnl/ps/kill.c
--- trunk/reactos/ntoskrnl/ps/kill.c	2006-01-02 16:43:54 UTC (rev 20529)
+++ trunk/reactos/ntoskrnl/ps/kill.c	2006-01-02 17:46:35 UTC (rev 20530)
@@ -754,7 +754,7 @@
 
     /* 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 */