diff options
Diffstat (limited to 'gdb/serial.c')
-rw-r--r-- | gdb/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/serial.c b/gdb/serial.c index 99e33ab..c87875f 100644 --- a/gdb/serial.c +++ b/gdb/serial.c @@ -211,7 +211,7 @@ serial_open (const char *name) if (!ops) return NULL; - scb = XMALLOC (struct serial); + scb = XNEW (struct serial); scb->ops = ops; |