linux/fs/btrfs/tests
David Sterba d33d105b85 btrfs: tests: don't leak fs_info in extent_io bitmap tests
The fs_info is not freed at the end of the function and leaks. The
function is called twice so there can be up to 2x sizeof(struct
btrfs_fs_info) of leaked memory.  Fortunatelly this affects only testing
builds, the size could be 16k with several debugging features enabled.

Signed-off-by: David Sterba <dsterba@suse.com>
2019-04-29 19:02:25 +02:00
..
btrfs-tests.c btrfs: Introduce extent_io_tree::owner to distinguish different io_trees 2019-04-29 19:02:18 +02:00
btrfs-tests.h
extent-buffer-tests.c
extent-io-tests.c btrfs: tests: don't leak fs_info in extent_io bitmap tests 2019-04-29 19:02:25 +02:00
extent-map-tests.c
free-space-tests.c
free-space-tree-tests.c
inode-tests.c
qgroup-tests.c