Changeset bd5d4e1 in mainline


Ignore:
Timestamp:
2015-04-02T21:16:47Z (9 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
356e6882
Parents:
ba0eac5
Message:

libex4: fix block leak in error code path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_extent.c

    rba0eac5 rbd5d4e1  
    797797                        if (rc != EOK) {
    798798                                ext4_balloc_free_block(inode_ref, fblock);
     799                                block_put(block);
    799800                                return rc;
    800801                        }
Note: See TracChangeset for help on using the changeset viewer.