replace XZALLOC with XCNEW
[deliverable/binutils-gdb.git] / gdb / inflow.c
index 9e2444c15dbee4d06dd90c41a6398749196a7f0d..5503a42518cfa34a790f25b39cc5d371558f410b 100644 (file)
@@ -505,7 +505,7 @@ get_inflow_inferior_data (struct inferior *inf)
   info = inferior_data (inf, inflow_inferior_data);
   if (info == NULL)
     {
-      info = XZALLOC (struct terminal_info);
+      info = XCNEW (struct terminal_info);
       set_inferior_data (inf, inflow_inferior_data, info);
     }
 
This page took 0.02594 seconds and 4 git commands to generate.