mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 02:38:19 +00:00
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
This commit is contained in:
@@ -452,13 +452,9 @@ void free_all_mem(void)
|
||||
p_hi = 0;
|
||||
init_history();
|
||||
|
||||
{
|
||||
win_T *win;
|
||||
tabpage_T *tab;
|
||||
|
||||
qf_free_all(NULL);
|
||||
/* Free all location lists */
|
||||
FOR_ALL_TAB_WINDOWS(tab, win)
|
||||
qf_free_all(NULL);
|
||||
/* Free all location lists */
|
||||
FOR_ALL_TAB_WINDOWS(tab, win) {
|
||||
qf_free_all(win);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user