commit | 0e4c1de5560c7f8b4cae539ec8cff0949daba3fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 07 21:40:38 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 07 21:40:38 2016 +0200 |
tree | f6daf3541d698b421905285e17ffdd8a6b33a051 | |
parent | baec5c1768098f9dd867b465aaabfdfb294f10c2 [diff] [blame] |
patch 7.4.1717 Problem: Leaking memory when opening a channel fails. Solution: Unreference partials in job options.
diff --git a/src/version.c b/src/version.c index 7106a39..e0c0888 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1717, +/**/ 1716, /**/ 1715,