commit | 31440a1f2b6ae8a2f7ffdd4a8a3661eadc4df23c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 23:14:28 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 23:14:28 2016 +0200 |
tree | ae2e66c08b770e8e9e1b39db369867446a9f9e0b | |
parent | 57e69ff2cca9edee3546373d04e0dde6810309e5 [diff] [blame] |
patch 7.4.2132 Problem: test_partial has memory leaks reported. Solution: Add a note about why this happens.
diff --git a/src/version.c b/src/version.c index c28c38e..ea7c7b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2132, +/**/ 2131, /**/ 2130,