aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-17 16:56:52 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-17 16:56:52 +0000
commita84d24ee80d7a8bb646d9e2b4ae3bf5bb7ff7a8d (patch)
tree8ab4a227b0f9f5cb7ac1269cc710fd2d0222df60 /gdb/main.c
parentae42d3a94de799bedc7d6f912e57798c68044d18 (diff)
downloadgdb-a84d24ee80d7a8bb646d9e2b4ae3bf5bb7ff7a8d.zip
gdb-a84d24ee80d7a8bb646d9e2b4ae3bf5bb7ff7a8d.tar.gz
gdb-a84d24ee80d7a8bb646d9e2b4ae3bf5bb7ff7a8d.tar.bz2
2003-01-17 Andrew Cagney <ac131313@redhat.com>
* config/djgpp/fnchange.lst: Rename mi1-var-block.exp, mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp. Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename i386-interix-nat.c and i386-interix-tdep.c. Rename m68klinux-nat.c and m68klinux-tdep.c. Rename config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename gdb/objc-exp.tab.c and gdb/ada-exp.tab.c * main.c (captured_main): Use xfree, not free.
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/main.c b/gdb/main.c
index f9821bb..503fd5d 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -218,7 +218,7 @@ captured_main (void *data)
if (res == 0)
{
- free (gdb_sysroot);
+ xfree (gdb_sysroot);
gdb_sysroot = TARGET_SYSTEM_ROOT;
}
}