Use good m_ functions, because it smell like a flower, version 2.
[apps/madmutt.git] / pgpewrap.c
index bb9b2d0..f149fdc 100644 (file)
@@ -26,7 +26,7 @@ int main (int argc, char **argv)
     print_usage (argv[0]);
   }
 
-  opts = malloc ((2 * argc + 1) * sizeof (*opts));      /* __MEM_CHECKED__ */
+  opts = malloc((2 * argc + 1) * sizeof (*opts));
   if (!opts) {
     perror (argv[0]);
     exit (2);