commit | 920d311480114274e4d73156edf4b49ba0b712dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 21:10:02 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 21:10:02 2022 +0000 |
tree | 9a1026423d747cf21904a03a6adde768ca8e1ed4 | |
parent | bf533e4e88ebac8b8fec6d3e12dadc476ce9a1df [diff] [blame] |
patch 9.0.0874: using freed memory when executing unmenu at more prompt Problem: Using freed memory when executing unmenu at the more prompt. Solution: Do not clear menus while listing them. (closes #11439)
diff --git a/src/version.c b/src/version.c index 5b4e34e..c6e074a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 874, +/**/ 873, /**/ 872,