commit | d7a96151e0c86e8d4f9162c919cf3ff400a893b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 15:28:55 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 15:28:55 2017 +0100 |
tree | 921e691c3598bd457668caf5318101334a98237c | |
parent | ca24e2cfcfd3f064ea1674886e3dcaa8254ad8d7 [diff] [blame] |
patch 8.0.0214: leaking memory when syntax cluster id is unknown Problem: Leaking memory when syntax cluster id is unknown. (Coverity) Solution: Free the memory.
diff --git a/src/version.c b/src/version.c index 592c77c..918bee4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 214, +/**/ 213, /**/ 212,