(make_process): Initialize kill_without_query struct member.
This commit is contained in:
parent
0e0a79970c
commit
30454076aa
1 changed files with 1 additions and 0 deletions
|
@ -630,6 +630,7 @@ make_process (name)
|
|||
p->raw_status_new = 0;
|
||||
p->status = Qrun;
|
||||
p->mark = Fmake_marker ();
|
||||
p->kill_without_query = Qnil;
|
||||
|
||||
#ifdef ADAPTIVE_READ_BUFFERING
|
||||
p->adaptive_read_buffering = Qnil;
|
||||
|
|
Loading…
Add table
Reference in a new issue