commit | 5fbf3bc3f9d007ab91eb005f9e3da6570992cb43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 21:13:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 21:13:11 2020 +0200 |
tree | 5ece9b3080b14da91bd76482493066963fc08c95 | |
parent | 48b1c21809553d3463b5ed6c2b3bc6d335663bb6 [diff] [blame] |
patch 8.2.0883: memory leak in test 49 Problem: Memory leak in test 49. Solution: Free "sfile" from the exception.
diff --git a/src/version.c b/src/version.c index 81485ba..dff6cf9 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 883, +/**/ 882, /**/ 881,