1
0
forked from aniani/vim

patch 7.4.2130

Problem:    Pending timers cause false memory leak reports.
Solution:   Free all timers on exit.
This commit is contained in:
Bram Moolenaar
2016-07-30 22:47:56 +02:00
parent 3ab14355ed
commit 623e263ffb
4 changed files with 22 additions and 1 deletions

View File

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