commit | 6c52f8237199ea09abbecdc5b89847c5889c3de1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 25 14:13:03 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 25 14:13:03 2019 +0100 |
tree | f4319d9589f13a2038af25473f08bce94800804f | |
parent | 03af01f1cb03423f1a1a6b19f11f0285d81e12c4 [diff] [blame] |
patch 8.2.0041: leaking memory when selecting spell suggestion Problem: Leaking memory when selecting spell suggestion. Solution: Free previous value at the right time.
diff --git a/src/version.c b/src/version.c index aeadb36..8ea652d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 41, +/**/ 40, /**/ 39,