summaryrefslogtreecommitdiff
path: root/pop3d
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d')
-rw-r--r--pop3d/bulletin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/bulletin.c b/pop3d/bulletin.c
index ff4253c29..8f7307cda 100644
--- a/pop3d/bulletin.c
+++ b/pop3d/bulletin.c
@@ -52,7 +52,7 @@ open_bulletin_mailbox (mu_mailbox_t *pmbox)
if ((status = mu_mailbox_open (tmbox, MU_STREAM_READ)) != 0)
{
- mu_mailbox_destroy (pmbox);
+ mu_mailbox_destroy (&tmbox);
mu_error (_("Cannot open bulletin mailbox `%s': %s"),
bulletin_mbox_name, mu_strerror (status));
return 1;

Return to:

Send suggestions and report system problems to the System administrator.