Use good m_ functions, because it smell like a flower, version 2.
[apps/madmutt.git] / lib-crypt / pgppacket.c
index d003154..2cfddbb 100644 (file)
@@ -27,7 +27,7 @@ static int read_material (size_t material, size_t * used, FILE * fp)
 
     nplen = *used + material + CHUNKSIZE;
 
-    if (!(p = realloc (pbuf, nplen))) { /* __MEM_CHECKED__ */
+    if (!(p = realloc(pbuf, nplen))) {
       perror ("realloc");
       return -1;
     }