1
0
forked from aniani/vim

patch 7.4.1639

Problem:    Invoking garbage collection may cause a double free.
Solution:   Don't free the dict in a partial when recursive is FALSE.
This commit is contained in:
Bram Moolenaar
2016-03-22 22:34:03 +01:00
parent e4eb6ff089
commit 5f436fcf99
2 changed files with 50 additions and 29 deletions

View File

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