mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 7.4.1918
Problem: Not enough testing for parsing viminfo lines. Solution: Add test with viminfo lines in bad syntax. Fix memory leak.
This commit is contained in:
@@ -6471,6 +6471,7 @@ merge_history(int type)
|
||||
vim_free(history[type][i].hisstr);
|
||||
vim_free(history[type]);
|
||||
history[type] = new_hist;
|
||||
vim_free(tot_hist);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user