commit | 74121231be50e245d18c64281fdef08e7ec1ed5b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 16:34:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 16:34:32 2017 +0200 |
tree | 3d70209aa8971337d45c3cb7a42490c2f0995772 | |
parent | 09d6c3818d7451a659f4d12a4e974237fe823f7d [diff] [blame] |
patch 8.0.1080: memory leak for eof_chars terminal option and buffer name Problem: Memory leak for eof_chars terminal option and buffer name. Solution: Free job options. Free the buffer name
diff --git a/src/version.c b/src/version.c index 94ba24d..989fe04 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1080, +/**/ 1079, /**/ 1078,