projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e6a595
)
ChangeLog for 'Fix 4K leak each time next/step changes of function.'
author
Philippe Waroquiers
<philippe.waroquiers@skynet.be>
Mon, 5 Nov 2018 22:09:44 +0000
(23:09 +0100)
committer
Philippe Waroquiers
<philippe.waroquiers@skynet.be>
Mon, 5 Nov 2018 22:09:44 +0000
(23:09 +0100)
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index bc77fe85c7bbf12e5e5d370103a08bd5a29549c6..4755ba915403928c0872a4adb07c50c6340ecdc4 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.