mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.3.478
Problem: Memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo' containing !. Solution: Free the typeval. (Dominique Pelle)
This commit is contained in:
@@ -22976,6 +22976,7 @@ read_viminfo_varlist(virp, writing)
|
||||
{
|
||||
vim_free(tv.vval.v_string);
|
||||
tv = *etv;
|
||||
vim_free(etv);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user