commit | 84497cd06f06516f6ce727ea00c47792ce16dc70 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 20:34:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 20:34:52 2022 +0000 |
tree | 5cba204eafbd2506cc306d610f646f23d65a2d9b | |
parent | f86490ed4fdab213a28f667abd055c023a73d645 [diff] [blame] |
patch 9.0.0967: leaking memory from autocmd windows Problem: Leaking memory from autocmd windows. Solution: Free window when auc_win is not NULL.
diff --git a/src/version.c b/src/version.c index 240def4..395bb2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 967, +/**/ 966, /**/ 965,