]> Git Repo - linux.git/commit
udf: Fix memory leak when mounting
authorJan Kara <[email protected]>
Wed, 27 Jun 2012 20:27:05 +0000 (22:27 +0200)
committerJan Kara <[email protected]>
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 <[email protected]>
fs/udf/super.c
This page took 0.05037 seconds and 4 git commands to generate.