commit | 567199b68fb5a171c0c006e9d4ac94ca61c5cda0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 24 16:52:36 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 24 16:52:36 2013 +0200 |
tree | 4a1ec53da0234882519bcf7f95fb1d78cb76e68b | |
parent | e8d9530b0efd8e0efb9e832cd3d70245c61751ab [diff] [blame] |
updated for version 7.3.916 Problem: Using freed memory when pasting with the mouse (Issue 130). Solution: Get the byte value early. (hint by Dominique Pelle)
diff --git a/src/version.c b/src/version.c index fef8b9b..3450db4 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 916, +/**/ 915, /**/ 914,