diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-04-23 17:19:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-04-23 17:19:43 +0200 |
commit | d788f6fe89c77262c474de323f5dab6d1c814e27 (patch) | |
tree | 2acbd83b834ab9ce65cef79dd26f8e29b3070e5a /src/version.c | |
parent | b11c826ddc459813f9f991cdb8e8736b686a6328 (diff) | |
download | vim-d788f6fe89c77262c474de323f5dab6d1c814e27.zip |
patch 8.0.0584: memory leak when executing quickfix tests
Problem: Memory leak when executing quickfix tests.
Solution: Free the list reference. (Yegappan Lakshmanan)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index fd84c7674..1a6881f08 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 584, +/**/ 583, /**/ 582, |