commit | e32abbe42c921c5e521420417abe5bc301e540b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 22:57:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 22:57:34 2017 +0100 |
tree | a5e4989dc999354c2e221878c23396aa4da01d3c | |
parent | 8b2f19536ff979046f0d241850f4176a1ce4bca9 [diff] [blame] |
patch 8.0.0170: crash in channel test Problem: Channel test fails for using freed memory. Solution: Fix memory use in json_decode().
diff --git a/src/version.c b/src/version.c index 23dd5ae..4bc287f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 170, +/**/ 169, /**/ 168,