diff --git a/src/quickfix.c b/src/quickfix.c index c67397a5a3..7ff4318344 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -2125,6 +2125,7 @@ qf_free(qi, idx) --qi->qf_lists[idx].qf_count; } vim_free(qi->qf_lists[idx].qf_title); + qi->qf_lists[idx].qf_title = NULL; } /* diff --git a/src/version.c b/src/version.c index 34d5b49ae4..f41de43b6e 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3, /**/ 2, /**/