fix phantom rc crashes

This commit is contained in:
rsc 2007-03-26 14:24:44 +00:00
parent 314f5742af
commit bd1b0cc17e

View file

@ -119,6 +119,7 @@ newvar(char *name, var *next)
v->changed = 0;
v->fnchanged = 0;
v->next = next;
v->changefn = 0;
return v;
}
/*