commit | 7a33ebfc5b04353aa7674972087d581def8fdcc1 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Nov 02 20:56:07 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 02 20:56:07 2021 +0000 |
tree | fe623937ebf748c44a587ad53c0ca9dcc825b67f | |
parent | e2f66064d1c643f0cf12c4791de04bb123705a0c [diff] [blame] |
patch 8.2.3572: memory leak when closing window and using "multispace" Problem: Memory leak when closing window and using "multispace" in 'listchars'. Solution: Free the memory. (closes #9071)
diff --git a/src/version.c b/src/version.c index 43e8615..b7f64c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3572, +/**/ 3571, /**/ 3570,