Replace numerous instances of xzalloc with XZALLOC
[pspp] / src / output / driver.c
index f40876449b9ef473121a7075a656fca171a8188b..063ae9366bf119697c97f9da780b85d68649c279 100644 (file)
@@ -91,7 +91,7 @@ put_strftime (const char *key, const char *format,
 void
 output_engine_push (void)
 {
-  struct output_engine *e = xzalloc (sizeof (*e));
+  struct output_engine *e = XZALLOC (struct output_engine);
 
   llx_init (&e->drivers);