mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
2007-08-08 Michael Snyder <msnyder@access-company.com>
* cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2007-08-08 Michael Snyder <msnyder@access-company.com>
|
2007-08-08 Michael Snyder <msnyder@access-company.com>
|
||||||
|
|
||||||
|
* cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
|
||||||
|
|
||||||
* dwarf2read.c (add_partial_symbol): Memory leak.
|
* dwarf2read.c (add_partial_symbol): Memory leak.
|
||||||
|
|
||||||
2007-08-06 Michael Snyder <msnyder@access-company.com>
|
2007-08-06 Michael Snyder <msnyder@access-company.com>
|
||||||
|
@ -757,6 +757,7 @@ cp_print_hpacc_virtual_table_entries (struct type *type, int *vfuncs,
|
|||||||
/* pai: (temp) FIXME Maybe this should be DMGL_ANSI */
|
/* pai: (temp) FIXME Maybe this should be DMGL_ANSI */
|
||||||
vf_name = cplus_demangle (field_physname, DMGL_ARM);
|
vf_name = cplus_demangle (field_physname, DMGL_ARM);
|
||||||
fprintf_filtered (stream, " %s", vf_name);
|
fprintf_filtered (stream, " %s", vf_name);
|
||||||
|
xfree (vf_name);
|
||||||
if (--(*vfuncs) > 0)
|
if (--(*vfuncs) > 0)
|
||||||
fputs_filtered (", ", stream);
|
fputs_filtered (", ", stream);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user