commit | f135435f8091e648ce1a246258d1318d581e6eb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 22:12:44 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 22:12:44 2012 +0100 |
tree | bc4fdfdbaf1e0eac00b5b64f5c56bb4dc03086c8 | |
parent | 2e18a12780b48bf6f1b88aeb5094341d7039a5bc [diff] [blame] |
updated for version 7.3.742 Problem: Leaking memory when :vimgrep restores the directory. Solution: Free the allocated memory. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index a7a6569..4647f96 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 742, +/**/ 741, /**/ 740,