]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2095: leaking memory when getting item from dict v8.1.2095
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Sep 2019 15:25:10 +0000 (17:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Sep 2019 15:25:10 +0000 (17:25 +0200)
commita893194d91a2942d4d54085d746ed137a9251b69
tree970558778b2b136d434a8d5c43994f9399c7a5e9
parent473952e85286eb9c6098801f1819981ba61ad153
patch 8.1.2095: leaking memory when getting item from dict

Problem:    Leaking memory when getting item from dict.
Solution:   Also free the key when not evaluating.
src/dict.c
src/version.c