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