1
0
forked from aniani/vim

patch 7.4.2128

Problem:    Memory leak when saving for undo fails.
Solution:   Free allocated memory. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2016-07-30 21:48:59 +02:00
parent 3bcfca3ab4
commit 1e2258297b
2 changed files with 5 additions and 0 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2128,
/**/
2127,
/**/