replace XZALLOC with XCNEW
[deliverable/binutils-gdb.git] / gdb / maint.c
index df8a8fef89b347e5697a4bdc49b280b209ae56f1..41a39e79e4577e0d65da50d639ce8333c249da06 100644 (file)
@@ -902,7 +902,7 @@ make_command_stats_cleanup (int msg_type)
       && !per_command_symtab)
     return make_cleanup (null_cleanup, 0);
 
-  new_stat = XZALLOC (struct cmd_stats);
+  new_stat = XCNEW (struct cmd_stats);
 
   new_stat->msg_type = msg_type;
 
This page took 0.024131 seconds and 4 git commands to generate.