diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 17edbd2..6560918 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -5408,7 +5408,7 @@ static struct notif_event * remote_notif_stop_alloc_reply (void) { struct notif_event *r - = (struct notif_event *) XMALLOC (struct stop_reply); + = (struct notif_event *) XNEW (struct stop_reply); r->dtr = stop_reply_dtr; |