summaryrefslogtreecommitdiff
path: root/imap4d/preauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/preauth.c')
-rw-r--r--imap4d/preauth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/imap4d/preauth.c b/imap4d/preauth.c
index a9a2a5cc1..203cb2958 100644
--- a/imap4d/preauth.c
+++ b/imap4d/preauth.c
@@ -217,7 +217,6 @@ decode64_buf (const char *name, unsigned char **pbuf, size_t *psize)
mu_stream_sequential_write (str, name, namelen);
mu_stream_read (flt, (char*) buf, sizeof buf, 0, &size);
mu_stream_destroy (&flt, NULL);
- mu_stream_destroy (&str, NULL);
*pbuf = malloc (size);
if (!*pbuf)
return 1;

Return to:

Send suggestions and report system problems to the System administrator.