commit | 03b2f08b5f96db5d07dba54ae008e9fdf1396e05 | [log] [tgz] |
---|---|---|
author | Geyslan G. Bem <geyslan@gmail.com> | Fri Oct 11 15:35:45 2013 -0300 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Nov 11 22:00:11 2013 -0500 |
tree | 36d9e492b02fc0f6debab21632a021e26206db01 | |
parent | 498456d33e2ee5150f045e604e4531b088083e7a [diff] |
btrfs: Fix memory leakage in the tree-log.c In add_inode_ref() function: Initializes local pointers. Reduces the logical condition with the __add_inode_ref() return value by using only one 'goto out'. Centralizes the exiting, ensuring the freeing of all used memory. Signed-off-by: Geyslan G. Bem <geyslan@gmail.com> Reviewed-by: Stefan Behrens <sbehrens@giantdisaster.de> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>