btrfs-progs: plug memory leaks in btrfs_scan_one_dir() reported by cppcheck.
authorKenji Okimoto <okimoto@clear-code.com>
Thu, 15 Nov 2012 04:47:52 +0000 (13:47 +0900)
committerDavid Sterba <dsterba@suse.cz>
Thu, 17 Jan 2013 17:27:55 +0000 (18:27 +0100)
commit6e0e6c5e63ca2f9862d0116b09185abdad8ccacf
treec74c56cc25210b90532496d020bff0296401a9e2
parent1cce8d72f2d0d00bd5c9322b16176de0fb56aff6
btrfs-progs: plug memory leaks in btrfs_scan_one_dir() reported by cppcheck.

[utils.c:983]: (error) Memory leak: fullpath

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
utils.c