Changeset 1599:69ec01f3d9e1 for attach.c
Legend:
- Unmodified
- Added
- Removed
-
attach.c
r1546 r1599 697 697 if ((msg = mx_open_new_message (&ctx, hn, is_from (buf, NULL, 0) ? 0 : M_ADD_FROM)) == NULL) 698 698 { 699 mx_close_mailbox(&ctx );699 mx_close_mailbox(&ctx, NULL); 700 700 return -1; 701 701 } … … 710 710 711 711 mx_close_message (&msg); 712 mx_close_mailbox (&ctx );712 mx_close_mailbox (&ctx, NULL); 713 713 return r; 714 714 }
