Remove a use of xfree
authorTom Tromey <tom@tromey.com>
Wed, 22 Jun 2022 23:31:17 +0000 (17:31 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 10 Jul 2023 19:02:11 +0000 (13:02 -0600)
commitfb4e5d7dda1bd2dc37fa977d34225fd02b419e11
treecb9241a92306f4b4c91b551b349af400b3448648
parentdd2532ad8af1676450114e4884ad748d528eafbe
Remove a use of xfree

This removes a use of xfree from tracefile-tfile.c, replacing it with
a unique_xmalloc_ptr.

Reviewed-by: Keith Seitz <keiths@redhat.com>
gdb/tracefile-tfile.c