commit | 0588d4f9d2741f35a271400a37fddbdd72d84219 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 16:29:47 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 16:29:47 2016 +0200 |
tree | b74126a783b0d3f644d065640fa66751a6ed3e2a | |
parent | 2d3d60a7d4b410668dfc427120205ccf88789db4 [diff] [blame] |
patch 7.4.2139 Problem: :delfunction causes illegal memory access. Solution: Correct logic when deciding to free a function.
diff --git a/src/version.c b/src/version.c index f1eb1ff..6f505db 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2139, +/**/ 2138, /**/ 2137,