commit | c4b98fbb3ea881621d051f84d67609f6789880bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 01:40:30 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 01:40:30 2012 +0200 |
tree | 55427710c84f3db1ff08f95684bed0bbb36ee4fd | |
parent | f3408e76fb500d56557489cd533d19d116fc260b [diff] [blame] |
updated for version 7.3.697 Problem: Leaking resources when setting GUI font. Solution: Free the font. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 4cd98d3..d10266d 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 697, +/**/ 696, /**/ 695,