1
0
forked from aniani/vim

patch 7.4.2197

Problem:    All functions are freed on exit, which may hide leaks.
Solution:   Only free named functions, not reference counted ones.
This commit is contained in:
Bram Moolenaar
2016-08-11 22:51:05 +02:00
parent 91c5262b19
commit c257487035
2 changed files with 38 additions and 19 deletions

View File

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