File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -755,6 +755,8 @@ static char *(features[]) =
755755
756756static int included_patches [] =
757757{ /* Add new patch number below this line */
758+ /**/
759+ 3443 ,
758760/**/
759761 3442 ,
760762/**/
Original file line number Diff line number Diff line change @@ -5268,6 +5268,7 @@ compile_and_or(
52685268 {
52695269 semsg (_ (e_white_space_required_before_and_after_str_at_str ),
52705270 op , p );
5271+ ga_clear (& end_ga );
52715272 return FAIL ;
52725273 }
52735274
@@ -5388,8 +5389,8 @@ compile_and_or(
53885389 + * (((int * )end_ga .ga_data ) + end_ga .ga_len );
53895390 isn -> isn_arg .jump .jump_where = instr -> ga_len ;
53905391 }
5391- ga_clear (& end_ga );
53925392 }
5393+ ga_clear (& end_ga );
53935394
53945395 cctx -> ctx_skip = save_skip ;
53955396 }
You can’t perform that action at this time.
0 commit comments