commit | e0de2164f62a1736cdc64dbf804b77db8af90c10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 29 20:17:28 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 29 20:17:28 2019 +0100 |
tree | 17971f1441d03a0743ae71d57dbdb619bd640e47 | |
parent | cb908a813cebf7fb4608ff43fc3d258cf2768809 [diff] [blame] |
patch 8.1.0843: memory leak when running "make test_cd" Problem: Memory leak when running "make test_cd". Solution: Free the stack element when failing. (Dominique Pelle, closes #3877)
diff --git a/src/version.c b/src/version.c index c8bb2f7..e78fde7 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 843, +/**/ 842, /**/ 841,