From 74121231be50e245d18c64281fdef08e7ec1ed5b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 9 Sep 2017 16:34:32 +0200 Subject: 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 --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 94ba24dbb..989fe0427 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1080, /**/ 1079, /**/ -- cgit v1.2.1