(mu_message_send): Initialize mailer to NULL.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -740,7 +740,7 @@ SCM_DEFINE (mu_message_send, "mu-message-send", 1, 3, 0, | ... | @@ -740,7 +740,7 @@ SCM_DEFINE (mu_message_send, "mu-message-send", 1, 3, 0, |
740 | char *mailer_name; | 740 | char *mailer_name; |
741 | address_t from = NULL; | 741 | address_t from = NULL; |
742 | address_t to = NULL; | 742 | address_t to = NULL; |
743 | mailer_t mailer; | 743 | mailer_t mailer = NULL; |
744 | message_t msg; | 744 | message_t msg; |
745 | int status; | 745 | int status; |
746 | 746 | ... | ... |
-
Please register or sign in to post a comment