mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.4.620
Problem: Compiler warning for unitinialized variable. (Tony Mechelynck) Solution: Initialize "did_free". (Ben Fritz)
This commit is contained in:
@@ -6815,7 +6815,7 @@ garbage_collect()
|
||||
win_T *wp;
|
||||
int i;
|
||||
funccall_T *fc, **pfc;
|
||||
int did_free;
|
||||
int did_free = FALSE;
|
||||
int did_free_funccal = FALSE;
|
||||
#ifdef FEAT_WINDOWS
|
||||
tabpage_T *tp;
|
||||
|
Reference in New Issue
Block a user