commit | 0a383969378a328ffa363eee0d9a4c3d3c8257fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 17:37:57 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 17:37:57 2014 +0100 |
tree | bd373355d17a0b5b1f4c6bce7033b783f445cdb9 | |
parent | a3dfccc6e9a780570166b00c0e40c4b9a149e253 [diff] [blame] |
updated for version 7.4.533 Problem: ":hardcopy" leaks memory in case of errors. Solution: Free memory in all code paths. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index fd7c414..f9c2804 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 533, +/**/ 532, /**/ 531,