commit | c0370529c027abc5b1698d53fcfb8c02a0c515da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 13:52:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 13:52:24 2022 +0000 |
tree | a95d20659ccf2b175433f78a935dbf4fa4246067 | |
parent | 1b73edd9ee40aec400f3611f59823cec5fd1c489 [diff] [blame] |
patch 9.0.0999: memory may leak Problem: Memory may leak. Solution: Free the sound callback function name if it was allocated.
diff --git a/src/version.c b/src/version.c index da9b03a..b3a8ba4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 999, +/**/ 998, /**/ 997,