Commit d8f980391f418e567c805d3e40be5d63bfc4c8ea

Authored by Filipe David Borba Manana
Committed by Chris Mason
1 parent ed84885d1e

Btrfs: fix memory leak of uuid_root in free_fs_info

Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -3460,6 +3460,7 @@
3460 3460 kfree(fs_info->dev_root);
3461 3461 kfree(fs_info->csum_root);
3462 3462 kfree(fs_info->quota_root);
  3463 + kfree(fs_info->uuid_root);
3463 3464 kfree(fs_info->super_copy);
3464 3465 kfree(fs_info->super_for_commit);
3465 3466 kfree(fs_info);