commit | d4ea64fb5dd7bb79026c3bfacd06495d5f8e6702 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Jul 09 09:05:21 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Mon Jul 10 13:02:11 2023 -0600 |
tree | f3d4e5f786d23e7a2ebb6bde4c5f9fd734e82f12 | |
parent | c7b3e7462aba24ce65fd38e367bca976cfddaee2 [diff] |
Use unique_ptr for trace_dirname This changes trace_dirname to use unique_ptr, removing some manual memory management. Reviewed-by: Keith Seitz <keiths@redhat.com>