commit | 28cf44f761a7bf261bcd0760a1c5f61070f69595 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat May 29 22:34:19 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 22:34:19 2021 +0200 |
tree | 12fb1d07a421a1735692908ae661d51fd85af199 | |
parent | a5787c3742b43a8e662045a4e38c7a6ba957acbf [diff] [blame] |
patch 8.2.2907: memory leak when running out of memory Problem: Memory leak when running out of memory. Solution: Free the allocated memory. (Dominique Pellé, closes #8284)
diff --git a/src/version.c b/src/version.c index d28cddd..36979c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2907, +/**/ 2906, /**/ 2905,