commit | 3ab14355ed93958433eec58e96ec9bd9a472f2b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 22:32:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 22:32:11 2016 +0200 |
tree | 4d97203b53b3d1e6179a8a1c60f923fac6f5b617 | |
parent | 1e2258297bb31720bfbeb234f2dae4d1b3b04fbd [diff] [blame] |
patch 7.4.2129 Problem: Memory leak when using timer_start(). (Dominique Pelle) Solution: Don't copy the callback when using a partial.
diff --git a/src/version.c b/src/version.c index 05df68e..9095355 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2129, +/**/ 2128, /**/ 2127,