Skip to content
Snippets Groups Projects
Unverified Commit 1f254d93 authored by Brian Carrier's avatar Brian Carrier Committed by GitHub
Browse files

Merge pull request #2777 from dschoemantruter/fix/memory-leak

fix memory leak
parents 95e08ecb b55d5c96
Branches stable
No related tags found
No related merge requests found
...@@ -119,6 +119,7 @@ tsk_vs_open(TSK_IMG_INFO * img_info, TSK_DADDR_T offset, ...@@ -119,6 +119,7 @@ tsk_vs_open(TSK_IMG_INFO * img_info, TSK_DADDR_T offset,
tsk_fprintf(stderr, tsk_fprintf(stderr,
"mm_open: Ignoring DOS Safety GPT Partition\n"); "mm_open: Ignoring DOS Safety GPT Partition\n");
set = NULL; set = NULL;
vs_set->close(vs_set);
vs_set = NULL; vs_set = NULL;
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment