From 6ea327567fea05bb91230deb0d80b9c285158e4f Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 23 Jan 2013 14:55:31 -0800 Subject: [PATCH] btrfs-progs: free bits in check_extents() As far as I can tell, nothing took the address of this. Signed-off-by: Zach Brown --- btrfsck.c | 1 + 1 file changed, 1 insertion(+) diff --git a/btrfsck.c b/btrfsck.c index 5897ff2..a7b4791 100644 --- a/btrfsck.c +++ b/btrfsck.c @@ -3520,6 +3520,7 @@ static int check_extents(struct btrfs_trans_handle *trans, root->fs_info->corrupt_blocks = NULL; } + free(bits); return ret; } -- 2.7.4