diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-09 16:34:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-09 16:34:32 +0200 |
commit | 74121231be50e245d18c64281fdef08e7ec1ed5b (patch) | |
tree | 3d70209aa8971337d45c3cb7a42490c2f0995772 /src/version.c | |
parent | 09d6c3818d7451a659f4d12a4e974237fe823f7d (diff) | |
download | vim-git-74121231be50e245d18c64281fdef08e7ec1ed5b.tar.gz |
patch 8.0.1080: memory leak for eof_chars terminal option and buffer namev8.0.1080
Problem: Memory leak for eof_chars terminal option and buffer name.
Solution: Free job options. Free the buffer name
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 94ba24dbb..989fe0427 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1080, +/**/ 1079, /**/ 1078, |