From bb20ccab70b378cd3f9cdb6a4c84e2d350e2de8f Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Mon, 5 Nov 2018 23:09:44 +0100 Subject: [PATCH] ChangeLog for 'Fix 4K leak each time next/step changes of function.' --- gdb/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bc77fe8..4755ba9 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. -- 2.7.4