diff options
Diffstat (limited to 'maildir/maildiracl.c')
| -rw-r--r-- | maildir/maildiracl.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maildir/maildiracl.c b/maildir/maildiracl.c index 4726893..a8b6b16 100644 --- a/maildir/maildiracl.c +++ b/maildir/maildiracl.c @@ -194,6 +194,9 @@ int main(int argc, char *argv[]) else perror(maildir); exit(1); } + + maildir_aclt_list_destroy(&l); + maildir_aclt_destroy(&a); } if (strcmp(cmd, deletecmd) == 0) @@ -232,6 +235,8 @@ int main(int argc, char *argv[]) else perror(maildir); exit(1); } + + maildir_aclt_list_destroy(&l); } if (strcmp(cmd, computecmd) == 0) @@ -260,6 +265,8 @@ int main(int argc, char *argv[]) } printf("%s\n", maildir_aclt_ascstr(&a)); + + maildir_aclt_list_destroy(&l); } return (0); |
