Skip to content

Commit

Permalink
sieve.y: don't leak implicit_keep_target command on syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Aug 8, 2023
1 parent c952327 commit e699dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sieve/sieve.y
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ extern void sieverestart(FILE *f);

%name-prefix "sieve"
%defines
%destructor { free_tree($$); } commands command action control thenelse elsif block ftags
%destructor { free_tree($$); } commands command action control thenelse elsif block ftags ikttags
%destructor { free_testlist($$); } testlist tests
%destructor { free_test($$); } test
%destructor { strarray_free($$); } optstringlist stringlist strings string1
Expand Down

0 comments on commit e699dd2

Please sign in to comment.