* utils.c (make_cleanup_freeargv): Use make_cleanup instead of
authorDoug Evans <dje@google.com>
Tue, 17 Apr 2012 20:48:20 +0000 (20:48 +0000)
committerDoug Evans <dje@google.com>
Tue, 17 Apr 2012 20:48:20 +0000 (20:48 +0000)
commite0088cfdc713f852a4e85aab36d67a91293e9ede
tree743059952b89e7d2ea43bc6d25abe3ea3af6059c
parentea2d813e519466eb6f73b7545b5628aa0b0a8b52
* utils.c (make_cleanup_freeargv): Use make_cleanup instead of
make_my_cleanup.
(make_cleanup_dyn_string_delete): Ditto.
(make_cleanup_ui_file_delete): Ditto.
(make_cleanup_ui_out_redirect_pop): Ditto.
(make_cleanup_free_section_addr_info): Ditto.
(make_cleanup_restore_integer): Ditto.
(make_cleanup_unpush_target): Ditto.
(make_cleanup_value_free_to_mark): Ditto.
(make_cleanup_value_free): Ditto.
(make_cleanup_free_so): Ditto.
gdb/ChangeLog
gdb/utils.c