commit | bb5d87c8504588be9c9d2fecc5b6455a2b2f6201 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 22:15:26 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 22:15:26 2021 +0100 |
tree | 42a47e83ef85f073de6f70c9e8ea3476da25286d | |
parent | ccc25aa285498d572a735bba5afd22aec9f605f4 [diff] [blame] |
patch 8.2.2661: leaking memory when looping over a string Problem: Leaking memory when looping over a string. Solution: Free the memory.
diff --git a/src/version.c b/src/version.c index f172437..5596bbb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2661, +/**/ 2660, /**/ 2659,