replace XMALLOC with XNEW
[deliverable/binutils-gdb.git] / gdb / remote.c
index 17edbd241a08e9467a997ec7dd94f93e36778ce0..6560918e3ac271353808c1b9260de3a297c75219 100644 (file)
@@ -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;
 
This page took 0.025886 seconds and 4 git commands to generate.