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)
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>

No differences found