Remove a cleanup in Python
authorTom Tromey <tom@tromey.com>
Mon, 1 May 2017 04:12:13 +0000 (22:12 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 3 Aug 2017 13:59:07 +0000 (07:59 -0600)
commit0d50bde32b92821c9f1f660d273e6c996d26dc9f
treee19b1a867ba66d4aa410cd1f6240a50e80c0bc62
parent7f968c899f21643322dcfaf807ec7d7bee7c9974
Remove a cleanup in Python

This removes cleanups from gdbpy_decode_line, in favor of a use of
unique_xmalloc_ptr.

ChangeLog
2017-08-03  Tom Tromey  <tom@tromey.com>

* python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
gdb/ChangeLog
gdb/python/python.c
This page took 0.028345 seconds and 4 git commands to generate.