diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 19cdae4..07119af 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2012-12-14 Pierre Muller <muller@sourceware.org> + Pedro Alves <palves@redhat.com> + + * solib-target.c (solib_target_current_sos): Remove 'const' + qualifier from type of library_document local variable to be + able to free it and avoid a memory leak. + Use cleanup chain to avoid leak even if exceptino is generated. + 2012-12-14 Tom Tromey <tromey@redhat.com> PR c++/8888: |