Replace numerous instances of xzalloc with XZALLOC
[pspp] / src / language / stats / oneway.c
index 2f1f299839c64536afa87d590516168d7bcbf03c..a61286255674fede14891abce111cd640c2970d5 100644 (file)
@@ -526,7 +526,7 @@ cmd_oneway (struct lexer *lexer, struct dataset *ds)
        }
       else if (lex_match_id (lexer, "CONTRAST"))
        {
-         struct contrasts_node *cl = xzalloc (sizeof *cl);
+         struct contrasts_node *cl = XZALLOC (struct contrasts_node);
 
          struct ll_list *coefficient_list = &cl->coefficient_list;
           lex_match (lexer, T_EQUALS);