mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Filesystems/LisaFS/Xattr.cs:
Do not return serial no. if not present. * DiscImageChef.Filesystems/LisaFS/Super.cs: Clean more variables on umount.
This commit is contained in:
@@ -326,6 +326,11 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
fileCache = null;
|
||||
catalogCache = null;
|
||||
fileSizeCache = null;
|
||||
printedExtents = null;
|
||||
mddf = new MDDF();
|
||||
volumePrefix = 0;
|
||||
devTagSize = 0;
|
||||
srecords = null;
|
||||
|
||||
return Errno.NoError;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user