commit | a2aad028305c306ecf33e0fd720fe1ed98596371 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 22:03:56 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 22:03:56 2018 +0200 |
tree | 01e51896c4918c4cfad1056ec68d028b02f21ed8 | |
parent | 27e80c885bcb5c5cf6a6462d71d6c81b06ba2451 [diff] [blame] |
patch 8.1.0476: memory leaks in test_escaped_glob Problem: Memory leaks in test_escaped_glob. Solution: Avoid failure when running the shell, use the sandbox.
diff --git a/src/version.c b/src/version.c index 4523c71..56addcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 476, +/**/ 475, /**/ 474,