]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove cleanups from prompt_for_continue
authorTom Tromey <tom@tromey.com>
Thu, 22 Mar 2018 16:41:58 +0000 (10:41 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 27 Mar 2018 16:46:43 +0000 (10:46 -0600)
commit5aa892761c6a9f76c5b5ec2a9509e994b4f4de07
tree25b25b6bdbe00027c3a0a72d9420f9aaecc2ac05
parent1dbeed45b6a81ddcb725b68ff12236e7c8386a47
Remove cleanups from prompt_for_continue

This removes the cleanups from prompt_for_continue by the use of
unique_xmalloc_ptr.

gdb/ChangeLog
2018-03-27  Tom Tromey  <tom@tromey.com>

* utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
gdb/ChangeLog
gdb/utils.c