Replace numerous instances of xzalloc with XZALLOC
[pspp] / src / language / stats / autorecode.c
index 6481a263268f84fc43fe8cb000e23230a51038b5..1a74b1e4a9e4e3365e5fc77ca0fcbeb05147a654 100644 (file)
@@ -132,7 +132,7 @@ cmd_autorecode (struct lexer *lexer, struct dataset *ds)
   bool print = false;
 
   /* Create procedure. */
-  struct autorecode_pgm *arc = xzalloc (sizeof *arc);
+  struct autorecode_pgm *arc = XZALLOC (struct autorecode_pgm);
   arc->blank_valid = true;
 
   /* Parse variable lists. */