Skip to content
Snippets Groups Projects
Commit 7b9e605d authored by Brian Carrier's avatar Brian Carrier
Browse files

mmls fix again, correct this time...

parent 048f9e76
No related branches found
No related tags found
No related merge requests found
...@@ -297,9 +297,6 @@ main(int argc, char **argv1) ...@@ -297,9 +297,6 @@ main(int argc, char **argv1)
exit(1); exit(1);
} }
// we are done with this vs object
tsk_vs_close(vs);
if ((recurse) && (vs->vstype == TSK_VS_TYPE_DOS)) { if ((recurse) && (vs->vstype == TSK_VS_TYPE_DOS)) {
int i; int i;
/* disable recursing incase we hit another DOS partition /* disable recursing incase we hit another DOS partition
...@@ -325,6 +322,7 @@ main(int argc, char **argv1) ...@@ -325,6 +322,7 @@ main(int argc, char **argv1)
} }
} }
tsk_vs_close(vs);
tsk_img_close(img); tsk_img_close(img);
exit(0); exit(0);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment