commit | 6d3a7213f58da834b0fc869d05f87e86010c66cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 14:34:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 14:34:00 2020 +0200 |
tree | 91d4c5501c6db51ace2814a1b52255d45357ac0c | |
parent | c85156bb897085d7f5a8e4e180287f87bf19b948 [diff] [blame] |
patch 8.2.1188: memory leak with invalid json input Problem: Memory leak with invalid json input. Solution: Free all keys at the end. (Dominique Pellé, closes #6443, closes #6442)
diff --git a/src/version.c b/src/version.c index d0067bf..eaca91f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1188, +/**/ 1187, /**/ 1186,