commit | a43ebe9454386427ca38c75810e2d36991f17812 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 17:25:01 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 17:25:01 2018 +0200 |
tree | 54a2de5b033352d0526495a34d67e3186c54291f | |
parent | d6ef5f9b3d3df2d5dcc666c8741e99fcc77043f6 [diff] [blame] |
patch 8.1.0181: memory leak with trailing characters in skip expression Problem: Memory leak with trailing characters in skip expression. Solution: Free the return value.
diff --git a/src/version.c b/src/version.c index 7275901..e6a7d8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 181, +/**/ 180, /**/ 179,