Skip to content
Snippets Groups Projects
Commit 6107c617 authored by Luis Nassif's avatar Luis Nassif
Browse files

fix #2700: continue loop over next volumes if first volumes fail to open

parent e1c80cac
No related branches found
No related tags found
No related merge requests found
...@@ -491,10 +491,6 @@ TskAuto::findFilesInPool(TSK_OFF_T start, TSK_POOL_TYPE_ENUM ptype) ...@@ -491,10 +491,6 @@ TskAuto::findFilesInPool(TSK_OFF_T start, TSK_POOL_TYPE_ENUM ptype)
"findFilesInPool: Error opening APFS file system"); "findFilesInPool: Error opening APFS file system");
registerError(); registerError();
} }
tsk_img_close(pool_img);
tsk_pool_close(pool);
return TSK_ERR;
} }
tsk_img_close(pool_img); tsk_img_close(pool_img);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment