Implement sector tag types.

This commit is contained in:
2019-03-31 14:56:03 +01:00
parent c4e64ee541
commit c03ac0504a
4 changed files with 47 additions and 31 deletions

View File

@@ -111,6 +111,8 @@ int close(void *context)
}
}
free(ctx->readableSectorTags);
free(context);
return 0;