btrfs-progs: btrfs_list_find_updated_files: Fix memory leak.
authorchandan <chandan@linux.vnet.ibm.com>
Mon, 7 Oct 2013 06:36:11 +0000 (12:06 +0530)
committerChris Mason <chris.mason@fusionio.com>
Wed, 16 Oct 2013 12:23:12 +0000 (08:23 -0400)
commit6659f446d4b57018ba7b04a7b9c7cdd553ad9f7a
tree13d3e9bad79df27dd5774485b09f174884b7f7a5
parent8fa3f2085c8637657fb486879054c1777b55b404
btrfs-progs: btrfs_list_find_updated_files: Fix memory leak.

The current code returns from the function when the call to ioctl
fails. This may leak cache_dir_name and cache_full_name. Fix it.

Signed-off-by: chandan <chandan@linux.vnet.ibm.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
btrfs-list.c