]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove last cleanup from btrace code
authorTom Tromey <tom@tromey.com>
Thu, 7 Jun 2018 21:38:25 +0000 (15:38 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 8 Jun 2018 13:05:49 +0000 (07:05 -0600)
commit343b0027aed57c5a2d499e7e6e228608969a10be
treedf77bb9b7a3f732fad917d8a7a7afeac237f1376
parent8dcc53b37f4fe4797825c2a43bb1fb3df56b30d1
Remove last cleanup from btrace code

This removes the last cleanup from btrace.c, replacing it with a use
of unique_xmalloc_ptr.

gdb/ChangeLog
2018-06-08  Tom Tromey  <tom@tromey.com>

* btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
gdb/ChangeLog
gdb/btrace.c