]> granicus.if.org Git - vim/commit
patch 8.2.1188: memory leak with invalid json input v8.2.1188
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Jul 2020 12:34:00 +0000 (14:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Jul 2020 12:34:00 +0000 (14:34 +0200)
commit6d3a7213f58da834b0fc869d05f87e86010c66cf
tree91d4c5501c6db51ace2814a1b52255d45357ac0c
parentc85156bb897085d7f5a8e4e180287f87bf19b948
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)
src/json.c
src/testdir/test_json.vim
src/version.c