From: Philippe Waroquiers Date: Mon, 5 Nov 2018 22:09:44 +0000 (+0100) Subject: ChangeLog for 'Fix 4K leak each time next/step changes of function.' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb20ccab70b378cd3f9cdb6a4c84e2d350e2de8f;p=binutils-gdb.git ChangeLog for 'Fix 4K leak each time next/step changes of function.' --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bc77fe85c7b..4755ba91540 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2018-11-04 Philippe Waroquiers + + * source.c (open_source_file): Fix leak by transferring the + current s->fullname to the unique_xmalloc_ptr fullname given + to find_and_open_source. + 2018-11-04 Tom Tromey * varobj.c (install_default_visualizer): Update.