commit | f077db24230d10ef9a66ae14da34b639464d8fa2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 13 00:18:24 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 13 00:18:24 2019 +0200 |
tree | f365575138586a2e3ee4f08817e7b87490735bca | |
parent | 9570aacdb82c1eb5645d0fbc35bf9728d7334b23 [diff] [blame] |
patch 8.1.1843: might be freeing memory that was not allocated Problem: Might be freeing memory that was not allocated. Solution: Have next_fenc() set the fenc_alloced flag. (closes #4804)
diff --git a/src/version.c b/src/version.c index 568852b..5741d5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1843, +/**/ 1842, /**/ 1841,