diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-16 02:43:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-16 02:43:39 +0000 |
commit | 5c65bbb629ce9dcc1adf006de891208291d796d7 (patch) | |
tree | 24faccd99fb19e260a13350e998d5598e5ebfcd6 /gdb/remote-udi.c | |
parent | db8503c490928bc47400ef527af5a756e93d2a22 (diff) | |
download | gdb-5c65bbb629ce9dcc1adf006de891208291d796d7.zip gdb-5c65bbb629ce9dcc1adf006de891208291d796d7.tar.gz gdb-5c65bbb629ce9dcc1adf006de891208291d796d7.tar.bz2 |
Cleanup bfd_close() cleanups.
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 12590f8..9a377a0 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -1162,7 +1162,7 @@ download (load_arg_string, from_tty) /* FIXME: should be checking for errors from bfd_close (for one thing, on error it does not free all the storage associated with the bfd). */ - make_cleanup ((make_cleanup_func) bfd_close, pbfd); + make_cleanup_bfd_close (pbfd); QUIT; immediate_quit++; |