From e28f924913f1a7433b2b7ad5e599154612b8169c Mon Sep 17 00:00:00 2001 From: Vreixo Formoso Date: Sat, 8 Dec 2007 02:49:27 +0100 Subject: [PATCH] Ensure local filesystem is deleted when needed. --- src/fs_local.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fs_local.c b/src/fs_local.c index f04e3ab..e6672b7 100644 --- a/src/fs_local.c +++ b/src/fs_local.c @@ -468,8 +468,7 @@ int lfs_get_by_path(IsoFilesystem *fs, const char *path, IsoFileSource **file) static void lfs_fs_free(IsoFilesystem *fs) { - /* nothing to do */ - return; + lfs = NULL; } int iso_local_filesystem_new(IsoFilesystem **fs)