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.
This commit is contained in:
Andrew Cagney
2003-01-17 16:56:52 +00:00
parent ae42d3a94d
commit a84d24ee80
3 changed files with 29 additions and 1 deletions

View File

@@ -218,7 +218,7 @@ captured_main (void *data)
if (res == 0)
{
free (gdb_sysroot);
xfree (gdb_sysroot);
gdb_sysroot = TARGET_SYSTEM_ROOT;
}
}