]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0214: leaking memory when syntax cluster id is unknown v8.0.0214
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 14:28:55 +0000 (15:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 14:28:55 +0000 (15:28 +0100)
commitd7a96151e0c86e8d4f9162c919cf3ff400a893b6
tree921e691c3598bd457668caf5318101334a98237c
parentca24e2cfcfd3f064ea1674886e3dcaa8254ad8d7
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.
src/syntax.c
src/version.c