[gdbserver] Remove unused max_jump_pad_size
[deliverable/binutils-gdb.git] / gdb / remote-notif.c
index 2d24a9a57f736ff412a82884f145eb8b1d5e0453..3241e7851258dbd218efad59f438bbc6390c45e8 100644 (file)
@@ -238,7 +238,7 @@ do_notif_event_xfree (void *arg)
 struct remote_notif_state *
 remote_notif_state_allocate (void)
 {
-  struct remote_notif_state *notif_state = xzalloc (sizeof (*notif_state));
+  struct remote_notif_state *notif_state = XCNEW (struct remote_notif_state);
 
   notif_state->notif_queue = QUEUE_alloc (notif_client_p, NULL);
 
This page took 0.023381 seconds and 4 git commands to generate.