Read metadata block.

This commit is contained in:
2019-03-17 23:41:07 +00:00
parent 2f3d685773
commit 7f5e38e52f
3 changed files with 59 additions and 14 deletions

View File

@@ -91,6 +91,8 @@ int close(void *context)
free(ctx->sectorPrefixDdt);
free(ctx->sectorSuffixDdt);
free(ctx->metadataBlock);
free(context);
return 0;