use make_cleanup_freeargv
authorTom Tromey <tromey@redhat.com>
Tue, 17 Jun 2014 17:43:21 +0000 (11:43 -0600)
committerTom Tromey <tromey@redhat.com>
Tue, 17 Jun 2014 17:43:21 +0000 (11:43 -0600)
commit6e366df19d789254b8e26cc7620218ce98df324f
tree864da51d52a19a59f6c2e305712708b1b86d3d98
parent6d1ace6861e999361b30d1bc27459ab8094e0d4a
use make_cleanup_freeargv

This replaces a function cast with a call to make_cleanup_freeargv.

I'm checking this in as obvious.

2014-06-17  Tom Tromey  <tromey@redhat.com>

* remote.c (extended_remote_run): Use make_cleanup_freeargv.
gdb/ChangeLog
gdb/remote.c