Replace numerous instances of xzalloc with XZALLOC
[pspp] / src / language / stats / aggregate.c
index 565e26d93808b4b8b92037c2a348375f0a3c12c3..86e11e07d772e24a81e4a32849d645ae1491655d 100644 (file)
@@ -565,7 +565,7 @@ parse_aggregate_functions (struct lexer *lexer, const struct dictionary *dict,
          variables. */
       for (i = 0; i < n_dest; i++)
        {
-         struct agr_var *v = xzalloc (sizeof *v);
+         struct agr_var *v = XZALLOC (struct agr_var);
 
          /* Add variable to chain. */
          if (agr->agr_vars != NULL)