mem_calloc -> p_new
[apps/madmutt.git] / alias.c
diff --git a/alias.c b/alias.c
index 8a6c892..f5b6859 100644 (file)
--- a/alias.c
+++ b/alias.c
@@ -256,7 +256,7 @@ retry_name:
     }
   }
 
     }
   }
 
-  new = mem_calloc (1, sizeof (ALIAS));
+  new = p_new(ALIAS, 1);
   new->self = new;
   new->name = str_dup (buf);
 
   new->self = new;
   new->name = str_dup (buf);