Skip to content
Snippets Groups Projects
Commit 90b11412 authored by Joachim Metz's avatar Joachim Metz
Browse files

Fixed leak in dos_load_ext_table

parent 09a891ec
No related branches found
No related tags found
No related merge requests found
......@@ -769,6 +769,7 @@ dos_load_ext_table(TSK_VS_INFO * vs, TSK_DADDR_T sect_cur,
tsk_error_set_errno(TSK_ERR_VS_BLK_NUM);
tsk_error_set_errstr
("dos_load_ext_table: Loop in partition table detected");
free(sect_buf);
return 1;
}
part_info = part_info->next;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment