commit | bff943af6fe3af022c1c7a22cdb2e18a242eaf35 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Jun 27 22:27:05 2012 +0200 |
committer | Jan Kara <jack@suse.cz> | Mon Jul 09 12:03:12 2012 +0200 |
tree | 0cbb25756bc73286dc232c26d445e4de381f308f | |
parent | e124a32043416ddefaec3c54cc945b7667c00628 [diff] |
udf: Fix memory leak when mounting When we are mounting filesystem, we can load one partition table before finding out that we cannot complete processing of logical volume descriptor and trying the reserve descriptor. Free the table properly before trying the reserve descriptor. Signed-off-by: Jan Kara <jack@suse.cz>