diff --git a/src/quickfix.c b/src/quickfix.c index 003d0075df..21ac1c0346 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -3465,7 +3465,10 @@ ex_vimgrep(eap) dirname_start = alloc_id(MAXPATHL, aid_qf_dirname_start); dirname_now = alloc_id(MAXPATHL, aid_qf_dirname_now); if (dirname_start == NULL || dirname_now == NULL) + { + FreeWild(fcount, fnames); goto theend; + } /* Remember the current directory, because a BufRead autocommand that does * ":lcd %:p:h" changes the meaning of short path names. */ diff --git a/src/version.c b/src/version.c index ed7eddc351..444d4b8171 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1130, /**/ 1129, /**/