diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-12-15 01:01:51 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-12-15 01:01:51 +0000 |
commit | b8c9b27d1e133d46199734ca1f047af8bb2d3314 (patch) | |
tree | 1aa002791f0e97bfc48c64222199e6d9f9e5eb53 /gdb/cxux-nat.c | |
parent | 6fa957a9b9408297206fb88e7c773931760f0528 (diff) | |
download | gdb-b8c9b27d1e133d46199734ca1f047af8bb2d3314.zip gdb-b8c9b27d1e133d46199734ca1f047af8bb2d3314.tar.gz gdb-b8c9b27d1e133d46199734ca1f047af8bb2d3314.tar.bz2 |
Replace free() with xfree().
Diffstat (limited to 'gdb/cxux-nat.c')
-rw-r--r-- | gdb/cxux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cxux-nat.c b/gdb/cxux-nat.c index 74636bd..74b2010 100644 --- a/gdb/cxux-nat.c +++ b/gdb/cxux-nat.c @@ -386,7 +386,7 @@ add_shared_symbol_files (void) section_addrs.other[0].addr = lms.l_addr; section_addrs.other[0].name = ".text"; symbol_file_add (path_name, 1, §ion_addrs, 0, 0); - free (path_name); + xfree (path_name); } } /* traverse links in reverse order so that we get the |