diff options
author | Keith Seitz <keiths@redhat.com> | 2001-11-20 18:08:14 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2001-11-20 18:08:14 +0000 |
commit | 5bbc1a8e410369b785d3e51bf4c841221d139bb4 (patch) | |
tree | 280304edc8d96e56adb5e01aaa74940d437e9ca2 /gdb/ChangeLog | |
parent | 1ad24239ce0af556836897b96f29c7475042c009 (diff) | |
download | gdb-5bbc1a8e410369b785d3e51bf4c841221d139bb4.zip gdb-5bbc1a8e410369b785d3e51bf4c841221d139bb4.tar.gz gdb-5bbc1a8e410369b785d3e51bf4c841221d139bb4.tar.bz2 |
* varobj.c (c_value_of_child): Release memory for "name" when
finshed using it.
(c_type_of_child): Likewise.
(cplus_value_of_child): Isolate the use of name_of_child to
one case that needs it.
Release memory for "name" when finished using it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 392ccda..914d32b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2001-11-20 Keith Seitz <keiths@redhat.com> + * varobj.c (c_value_of_child): Release memory for "name" when + finshed using it. + (c_type_of_child): Likewise. + (cplus_value_of_child): Isolate the use of name_of_child to + one case that needs it. + Release memory for "name" when finished using it. + +2001-11-20 Keith Seitz <keiths@redhat.com> + * top.c (gdb_init): Call init_ui_hook before initializing the default UI. |