]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.989 v7.4.989
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2015 21:51:20 +0000 (22:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2015 21:51:20 +0000 (22:51 +0100)
commit0107f5ba87ca9427500d0fc42ec80a1f3fca9fdb
tree23f551472a7fa74c47aeee23e01df5b003ff2e55
parent40bbceee2213a6fa8fdc1d3f3920d61fb5370803
patch 7.4.989
Problem:    Leaking memory when hash_add() fails. Coverity error 99126.
Solution:   When hash_add() fails free the memory.
src/eval.c
src/version.c