commit | d8cd6f7427bc89aa38f42cc44f58bf5fb5f0f972 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Oct 16 11:30:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 11:30:48 2022 +0100 |
tree | 96c67b433df5321a288a133f89e3998a2bf92977 | |
parent | db4c94788ad70118fa1ccc5fbc821757350ac771 [diff] [blame] |
patch 9.0.0770: quickfix commands may keep memory allocated Problem: Quickfix commands may keep memory allocated. Solution: Free memory when it's a bit much. (Yegappan Lakshmanan, closes #11379)
diff --git a/src/version.c b/src/version.c index 73b397c..e9cacd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 770, +/**/ 769, /**/ 768,