Skip to content

Commit

Permalink
udf kernel add-on: memory leak fix (CID 743820).
Browse files Browse the repository at this point in the history
  • Loading branch information
stpere committed Nov 27, 2012
1 parent 6fc6cc0 commit aa18b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/add-ons/kernel/file_systems/udf/MetadataPartition.cpp
Expand Up @@ -48,6 +48,7 @@ MetadataPartition::MetadataPartition(Volume *volume,
MetadataPartition::~MetadataPartition()
{
delete fMetadataIcb;
delete fMetadataMirrorIcb;
}

/*! \brief Maps the given logical block to a physical block on disc.
Expand Down

0 comments on commit aa18b83

Please sign in to comment.