Replace free() with xfree().
[deliverable/binutils-gdb.git] / gdb / dve3900-rom.c
index 34707bb9b05ef2360d9aba15a70d8e461be89451..5c6755a3bb0f29d6774baa62d0ebf2e602d09776 100644 (file)
@@ -833,7 +833,7 @@ load_section (bfd *abfd, asection *s, unsigned int *data_count)
       buffer = (unsigned char *) xmalloc (section_size);
       bfd_get_section_contents (abfd, s, buffer, 0, section_size);
       process_read_request (buffer, section_size);
-      free (buffer);
+      xfree (buffer);
     }
 }
 
This page took 0.023082 seconds and 4 git commands to generate.