commit | 09d6c3818d7451a659f4d12a4e974237fe823f7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 16:25:54 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 16:25:54 2017 +0200 |
tree | d4ee7440b6536afb67018b5b2ed30e3a2dd036da | |
parent | b4ea1914b8ca7c368253bd96e6b3cb9e3392da1c [diff] [blame] |
patch 8.0.1079: memory leak when remote_foreground() fails Problem: Memory leak when remote_foreground() fails. Solution: Free the error message.
diff --git a/src/version.c b/src/version.c index 4ef0d9e..94ba24d 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1079, +/**/ 1078, /**/ 1077,