File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12117,6 +12117,7 @@ ex_match(eap)
1211712117 if (* p == NUL )
1211812118 {
1211912119 /* There must be two arguments. */
12120+ vim_free (g );
1212012121 EMSG2 (_ (e_invarg2 ), eap -> arg );
1212112122 return ;
1212212123 }
@@ -12125,11 +12126,13 @@ ex_match(eap)
1212512126 {
1212612127 if (* end != NUL && !ends_excmd (* skipwhite (end + 1 )))
1212712128 {
12129+ vim_free (g );
1212812130 eap -> errmsg = e_trailing ;
1212912131 return ;
1213012132 }
1213112133 if (* end != * p )
1213212134 {
12135+ vim_free (g );
1213312136 EMSG2 (_ (e_invarg2 ), p );
1213412137 return ;
1213512138 }
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 939 ,
744746/**/
745747 938 ,
746748/**/
You can’t perform that action at this time.
0 commit comments