commit | 57e69ff2cca9edee3546373d04e0dde6810309e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 23:05:09 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 23:05:09 2016 +0200 |
tree | 26bdc4766043b3fef13fa870d151ff3cec4ec011 | |
parent | 623e263ffb998acacd6fd0de18c44e03af2a47d1 [diff] [blame] |
patch 7.4.2131 Problem: More memory leaks when using partial, e.g. for "exit-cb". Solution: Don't copy the callback when using a partial.
diff --git a/src/version.c b/src/version.c index 77a43c1..c28c38e 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2131, +/**/ 2130, /**/ 2129,