Move removing process from active list to PspDeleteProcess instead of PspExitProcess...
authorAlex Ionescu <aionescu@gmail.com>
Sat, 23 Apr 2005 16:16:59 +0000 (16:16 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sat, 23 Apr 2005 16:16:59 +0000 (16:16 +0000)
commite60561fb17e72e6de377f08ad8c2fc2ea9bc1fe3
treeefcbe7376eae544fd63cb9fdaa3ba34abf6662e3
parentefa3efe5bb8b36333b8abd229e0b42f79cfd6ca7
Move removing process from active list to PspDeleteProcess instead of PspExitProcess. This way we don't have to do it manually after ObInsertObject failure in PspCreateProces. Also, set the Process Query Time at the end of Process Creation, since the process doesn't really exist before then. Thanks to Hartmut for finding the bus.

svn path=/trunk/; revision=14777
reactos/ntoskrnl/ps/process.c