btrace: split record_btrace_step_thread
[deliverable/binutils-gdb.git] / gdb / minidebug.c
index 98c2187f7ffc134e0780e126b92565f9efc85360..17c12f9210a0e0ca57328066bbef715523d76507 100644 (file)
@@ -118,7 +118,7 @@ lzma_open (struct bfd *nbfd, void *open_closure)
     }
   xfree (indexdata);
 
-  lstream = xzalloc (sizeof (struct gdb_lzma_stream));
+  lstream = XCNEW (struct gdb_lzma_stream);
   lstream->section = section;
   lstream->index = index;
 
This page took 0.023792 seconds and 4 git commands to generate.