Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8f98039 authored by Filipe David Borba Manana's avatar Filipe David Borba Manana Committed by Chris Mason
Browse files

Btrfs: fix memory leak of uuid_root in free_fs_info

parent ed84885d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3460,6 +3460,7 @@ static inline void free_fs_info(struct btrfs_fs_info *fs_info)
	kfree(fs_info->dev_root);
	kfree(fs_info->csum_root);
	kfree(fs_info->quota_root);
	kfree(fs_info->uuid_root);
	kfree(fs_info->super_copy);
	kfree(fs_info->super_for_commit);
	kfree(fs_info);