diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-05-18 18:34:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-05-18 18:34:19 +0200 |
commit | 455981e69bcef65ef96ecf6b0a27810b585fc9d9 (patch) | |
tree | 2ffbd519693e8e35fd7a1c24841d412ba6a37211 /src/version.c | |
parent | f9de140e7f45f4f79123519cb69c385e8e88105b (diff) | |
download | vim-455981e69bcef65ef96ecf6b0a27810b585fc9d9.zip |
updated for version 7.3.522
Problem: Crash in vim_realloc() when using MEM_PROFILE.
Solution: Avoid using a NULL argument. (Dominique Pelle)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index dd6700dae..0c866c5ec 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 522, +/**/ 521, /**/ 520, |