diff options
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 9e2444c..5503a42 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -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); } |