mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Fix jumps depending on unitialized values
Reported by valgrind
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user