]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
udf: Fix memory leak when mounting
authorJan Kara <jack@suse.cz>
Wed, 27 Jun 2012 20:27:05 +0000 (22:27 +0200)
committerJan Kara <jack@suse.cz>
Mon, 9 Jul 2012 10:03:12 +0000 (12:03 +0200)
commitbff943af6fe3af022c1c7a22cdb2e18a242eaf35
tree0cbb25756bc73286dc232c26d445e4de381f308f
parente124a32043416ddefaec3c54cc945b7667c00628
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>
fs/udf/super.c