diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bc77fe85c7..4755ba9154 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.