commit | 9625d3d92d93be52f5d89a57b27ba2400e0fc6d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 22:57:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 22:57:53 2019 +0100 |
tree | 7bb547de32b4be9d7564190ca74e8d321f594ab0 | |
parent | 05ad5ff0ab34ed9a5296dedd420ca81698b8ce22 [diff] [blame] |
patch 8.1.2372: VMS: failing realloc leaks memory Problem: VMS: failing realloc leaks memory. (Chakshu Gupta) Solution: Free the memory. (partly fixes #5292)
diff --git a/src/version.c b/src/version.c index 281fafc..7906075 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2372, +/**/ 2371, /**/ 2370,