mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Decode checksums block on opening.
This commit is contained in:
@@ -141,6 +141,9 @@ int aaruf_close(void* context)
|
||||
free(ctx->eccCdContext);
|
||||
ctx->eccCdContext = NULL;
|
||||
|
||||
free(ctx->checksums.spamsum);
|
||||
ctx->checksums.spamsum = NULL;
|
||||
|
||||
// TODO: Free caches
|
||||
|
||||
free(context);
|
||||
|
||||
Reference in New Issue
Block a user