Remove a cleanup from call_function_by_hand_dummy
authorTom Tromey <tom@tromey.com>
Fri, 16 Feb 2018 23:11:29 +0000 (16:11 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 21 Feb 2018 15:54:49 +0000 (08:54 -0700)
commit6ccb583f751e020a6db768d517c2dd3ba6d93cc4
treefb83d2b4e08791e1cbe3d0f90680d4ec8d3ed19e
parentc113ed0ca238bbcbc161f059ffe9b064e3ece333
Remove a cleanup from call_function_by_hand_dummy

This removes a cleanup from call_function_by_hand_dummy, replacing
manual allocation with std::vector.

Regression tested by the buildbot.

gdb/ChangeLog
2018-02-21  Tom Tromey  <tom@tromey.com>

* infcall.c (call_function_by_hand_dummy): Use std::vector.
gdb/ChangeLog
gdb/infcall.c
This page took 0.027914 seconds and 4 git commands to generate.