neovim/src
oni-link 367fc41943 path.c: Fix memory leak in expand_wildcards().
A file that matches with one of the patterns in 'wildignore' is ignored
when using expand_wildcards(). After removing ignored files, the array
of (file name) matches can be empty. But an empty array is never freed.
2015-09-09 19:03:45 +02:00
..
nvim path.c: Fix memory leak in expand_wildcards(). 2015-09-09 19:03:45 +02:00
.clang-format tools: add .clang-format 2015-01-26 21:10:14 -03:00