Fix jumps depending on unitialized values

Reported by valgrind
This commit is contained in:
Thiago de Arruda
2014-05-07 18:01:23 -03:00
parent 12fba26110
commit def747da7f
2 changed files with 2 additions and 1 deletions

View File

@@ -10050,7 +10050,7 @@ getwinvar (
char_u *varname;
dictitem_T *v;
tabpage_T *tp = NULL;
tabpage_T *oldtabpage;
tabpage_T *oldtabpage = NULL;
int done = FALSE;
if (off == 1)