commit | 3c809343c72d9964475f421fd03bb892bc584a51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 01 22:34:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 01 22:34:48 2016 +0200 |
tree | 51e3d8454c35b27494dad3da409d0d0045b87db0 | |
parent | a96732150cda2f242133228579b05437a39b8daa [diff] [blame] |
patch 7.4.1867 Problem: Memory leak in test_matchstrpos. Solution: Free the string before overwriting. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index f9305d5..8980b2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1867, +/**/ 1866, /**/ 1865,