Uninitialized variable causing intermittent syntax errors (bug 449).
This commit is contained in:
parent
cdbae77823
commit
032e2cbf20
@ -2007,6 +2007,7 @@ static struct pipe *new_pipe(void) {
|
|||||||
pi->progs = NULL;
|
pi->progs = NULL;
|
||||||
pi->next = NULL;
|
pi->next = NULL;
|
||||||
pi->followup = 0; /* invalid */
|
pi->followup = 0; /* invalid */
|
||||||
|
pi->r_mode = RES_NONE;
|
||||||
return pi;
|
return pi;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user