Btrfs-progs: add a function to free subvol_uuid_search memory
authorStefan Behrens <sbehrens@giantdisaster.de>
Tue, 9 Apr 2013 17:08:33 +0000 (19:08 +0200)
committerDavid Sterba <dsterba@suse.cz>
Tue, 23 Apr 2013 16:56:22 +0000 (18:56 +0200)
commit9b1daecf178bb7ff5be6e774853865080b721aac
treef7fafddcdfb3b8bc5819aa4d523afd43e70a8249
parenta3ed81c5e93079cfe8100382e6e015fba76a7715
Btrfs-progs: add a function to free subvol_uuid_search memory

There was no way to free the memory that was used for the
subvol_uuid_search functions. Since this is part of the libbtrfs,
add such a cleanup function.

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