commit | ab6eec3887d68c260b50b1b8f9ed95d49d9306c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 27 21:46:43 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 27 21:46:43 2017 +0200 |
tree | 20ec7e945235d6dca5527981c0e86abd5bef2951 | |
parent | cb25d1822094f2bc243cc2f64daf2e3b55f1d31b [diff] [blame] |
patch 8.0.0781: MS-Windows: memory leak when using :terminal Problem: MS-Windows: Memory leak when using :terminal. Solution: Handle failures properly. (Ken Takata)
diff --git a/src/version.c b/src/version.c index ddac62f..f62d3f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 781, +/**/ 780, /**/ 779,