Fixed initial process refcount.
This commit is contained in:
parent
43b37ca957
commit
791c84c928
|
@ -147,7 +147,6 @@ struct process *create_initial_process(void)
|
|||
GENERIC_READ | GENERIC_WRITE | SYNCHRONIZE, 1 );
|
||||
process->info->hstderr = alloc_handle( process, process->console_out,
|
||||
GENERIC_READ | GENERIC_WRITE | SYNCHRONIZE, 1 );
|
||||
release_object( process );
|
||||
}
|
||||
return process;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue