ChangeLog for 'Fix 4K leak each time next/step changes of function.'
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 5 Nov 2018 22:09:44 +0000 (23:09 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 5 Nov 2018 22:09:44 +0000 (23:09 +0100)
gdb/ChangeLog

index bc77fe8..4755ba9 100644 (file)
@@ -1,3 +1,9 @@
+2018-11-04  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * 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  <tom@tromey.com>
 
        * varobj.c (install_default_visualizer): Update.