Ensure local filesystem is deleted when needed.
This commit is contained in:
parent
b03fbf0ee0
commit
e28f924913
@ -468,8 +468,7 @@ int lfs_get_by_path(IsoFilesystem *fs, const char *path, IsoFileSource **file)
|
|||||||
static
|
static
|
||||||
void lfs_fs_free(IsoFilesystem *fs)
|
void lfs_fs_free(IsoFilesystem *fs)
|
||||||
{
|
{
|
||||||
/* nothing to do */
|
lfs = NULL;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int iso_local_filesystem_new(IsoFilesystem **fs)
|
int iso_local_filesystem_new(IsoFilesystem **fs)
|
||||||
|
Loading…
Reference in New Issue
Block a user