Replace use of xfree with byte_vector
authorTom Tromey <tom@tromey.com>
Wed, 22 Jun 2022 23:36:05 +0000 (17:36 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 10 Jul 2023 19:02:11 +0000 (13:02 -0600)
commitec714f6b595f4487e20d2ee38934397735e9f0d9
tree12f3382e02b69d2f5d406ebaac7321408ae370af
parentfb4e5d7dda1bd2dc37fa977d34225fd02b419e11
Replace use of xfree with byte_vector

This replaces a use of xfree with a byte_vector.

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