Btrfs-progs: btrfs-send: free used memory and close fds
authorStefan Behrens <sbehrens@giantdisaster.de>
Tue, 23 Apr 2013 09:25:00 +0000 (11:25 +0200)
committerDavid Sterba <dsterba@suse.cz>
Tue, 23 Apr 2013 17:12:03 +0000 (19:12 +0200)
commit576bcca973567e6af8337d4f9f0d8703a83c556b
tree6eef3a2e8acf70666e88ca3428d77cf18c2d562e
parentb0d43ad859afbc708fafaa47197fb746400e4eaa
Btrfs-progs: btrfs-send: free used memory and close fds

Not important at all since exit() is called afterwards and this is
not part of the library. It just makes valgrind happy and thus
allows to search for real flaws.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
cmds-send.c