commit | a03e631120829db8be926bdd14095b4b4aef248a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:49:26 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:49:26 2013 +0200 |
tree | c8c48a8cce7392a16304608e82e8ee758e8834b4 | |
parent | c8366790e8b7ea903200cf9e5ecef4802478b56e [diff] [blame] |
updated for version 7.3.1051 Problem: Python: possible memory leaks. Solution: Python patch 12: fix the leaks (ZyX)
diff --git a/src/version.c b/src/version.c index 52089f9..7018739 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1051, +/**/ 1050, /**/ 1049,