/[mailutils]/mailutils/sieve/sieve.c
ViewVC logotype

Diff of /mailutils/sieve/sieve.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by gray, Wed Nov 20 12:31:19 2002 UTC revision 1.29 by gray, Fri Nov 22 14:54:21 2002 UTC
# Line 447  main (int argc, char *argv[]) Line 447  main (int argc, char *argv[])
447    
448    /* Process the mailbox */    /* Process the mailbox */
449    rc = sieve_mailbox (mach, mbox);    rc = sieve_mailbox (mach, mbox);
   if (rc)  
     {  
       goto cleanup;  
     }  
450    
451  cleanup:  cleanup:
452    if (mbox && !(opts.sieve_debug & MU_SIEVE_DRY_RUN))    if (mbox && !(opts.sieve_debug & MU_SIEVE_DRY_RUN))
# Line 469  cleanup: Line 465  cleanup:
465          rc = e;          rc = e;
466      }      }
467    
468      sieve_machine_destroy (&mach);
469    mailbox_close (mbox);    mailbox_close (mbox);
470    mailbox_destroy (&mbox);    mailbox_destroy (&mbox);
471    mu_debug_destroy (&debug, mach);    mu_debug_destroy (&debug, mach);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26