]> granicus.if.org Git - vim/commit
patch 8.0.0356: leaking memory when setting 'ttytype' v8.0.0356
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 16:18:37 +0000 (17:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 16:18:37 +0000 (17:18 +0100)
commit354796c19a0a4a048017059a0281938cc0b8f09a
tree6c6aae192ab66cce8641685f8d4a86d03c76612e
parent187a4f28140f10ff833862be7e3ef823d317e1c7
patch 8.0.0356: leaking memory when setting 'ttytype'

Problem:    Leaking memory when setting 'ttytype'.
Solution:   Get free_oldval from the right option entry.
src/option.c
src/version.c