remove reallocs, free and fix makedoc compilation
[apps/madmutt.git] / mutt_libesmtp.c
index 9df7ffb..3ffb3f0 100644 (file)
@@ -144,7 +144,7 @@ static const char *_mutt_libesmtp_messagefp_cb (void **buf, int *len,
   int octets;
 
   if (*buf == NULL)
-    *buf = malloc (BUFLEN);
+    *buf = xmalloc(BUFLEN);
 
   if (len == NULL) {
     rewind ((FILE *) arg);