diff options
author | Tom Tromey <tromey@redhat.com> | 2008-09-13 17:28:56 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-09-13 17:28:56 +0000 |
commit | bb01da776d7ff0386261285613f950cbc1e28215 (patch) | |
tree | f85d203722adec8a286a1b25bf6c13e9d472e703 /gdb/ChangeLog | |
parent | 126db58b149f1bb21498c8d2f940acfeab5fedab (diff) | |
download | gdb-bb01da776d7ff0386261285613f950cbc1e28215.zip gdb-bb01da776d7ff0386261285613f950cbc1e28215.tar.gz gdb-bb01da776d7ff0386261285613f950cbc1e28215.tar.bz2 |
* symfile.c (build_id_verify): Free 'found'.
(find_separate_debug_file): Use xfree, not free.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3a6dcea..35985a5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-09-13 Tom Tromey <tromey@redhat.com> + + * symfile.c (build_id_verify): Free 'found'. + (find_separate_debug_file): Use xfree, not free. + 2008-09-12 Doug Evans <dje@google.com> * corefile.c (write_memory): Remove unnecessary copying. |