diff --git a/src/syntax.c b/src/syntax.c index 825ef881c3..e321313bed 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -3354,6 +3354,7 @@ syn_clear_pattern(buf, i) { vim_free(SYN_ITEMS(buf)[i].sp_cont_list); vim_free(SYN_ITEMS(buf)[i].sp_next_list); + vim_free(SYN_ITEMS(buf)[i].sp_syn.cont_in_list); } } diff --git a/src/version.c b/src/version.c index 739d9d00bf..9ab42f8b9d 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 136, /**/ 135, /**/