diff --git a/src/quickfix.c b/src/quickfix.c index 40b4174897..b6fa2b65d2 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -2841,7 +2841,7 @@ qf_push_dir(char_u *dirbuf, struct dir_stack_T **stackptr, int is_file_stack) (*stackptr)->dirname = dirname; break; } - + vim_free(dirname); ds_new = ds_new->next; } diff --git a/src/version.c b/src/version.c index 31e444098f..1a9671db7f 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 97, /**/ 96, /**/