commit | a893194d91a2942d4d54085d746ed137a9251b69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 17:25:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 17:25:10 2019 +0200 |
tree | 970558778b2b136d434a8d5c43994f9399c7a5e9 | |
parent | 473952e85286eb9c6098801f1819981ba61ad153 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 369807a..32ddda8 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2095, +/**/ 2094, /**/ 2093,