commit | 55c77cf2ea9c15e1ec75d1faf702ec3c9e325271 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 19:05:11 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 19:05:11 2019 +0100 |
tree | 49838b82e5a5c75c477a716c692b8ce462b0b357 | |
parent | 8bfd9469cef536f171e6666f9d9217192e09d161 [diff] [blame] |
patch 8.1.0936: may leak memory when using 'vartabstop' Problem: May leak memory when using 'vartabstop'. (Kuang-che Wu) Solution: Fix handling allocated memory for 'vartabstop'. (closes #3976)
diff --git a/src/version.c b/src/version.c index 8dd86f0..81bafe5 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 936, +/**/ 935, /**/ 934,