1
0
forked from aniani/vim

patch 7.4.1082

Problem:    The Tcl interface is always skipping memory free on exit.
Solution:   Only skip for dynamically loaded Tcl.
This commit is contained in:
Bram Moolenaar
2016-01-10 16:12:24 +01:00
parent 254b105b75
commit 858b96f382
2 changed files with 4 additions and 0 deletions

View File

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