]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1435: memory leak in test_arabic v8.0.1435
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Jan 2018 16:05:16 +0000 (17:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Jan 2018 16:05:16 +0000 (17:05 +0100)
commit501383236d203bacad758e82e47a07b877a3b63b
treec96e0fee728c53368526301c823b5845c2412e99
parentd7823d5b7c32f73ca720373ea9c16b1b47f086df
patch 8.0.1435: memory leak in test_arabic

Problem:    Memory leak in test_arabic.
Solution:   Free the from and to parts. (Christian Brabandt, closes #2569)
src/buffer.c
src/digraph.c
src/proto/digraph.pro
src/version.c