commit | 86fb3f8b99d155fe6bcbb553b5596c3e9fd570a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 13:27:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 13:27:57 2022 +0100 |
tree | 70c15d71459370408d094260654bca87c222f52c | |
parent | 20e58561abc4116f3bfbafaef242d886dd77b303 [diff] [blame] |
patch 9.0.0556: leaking memory with nested functions Problem: Leaking memory with nested functions. Solution: Free saved pointer.
diff --git a/src/version.c b/src/version.c index 617b76c..8df30bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 556, +/**/ 555, /**/ 554,