mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Rename mode2Subheaders to mode2_subheaders for consistency in context.h, data.c, close.c, read.c, and info.c
This commit is contained in:
@@ -884,8 +884,8 @@ int aaruf_close(void *context)
|
||||
ctx->sectorSuffixCorrected = NULL;
|
||||
free(ctx->sectorSubchannel);
|
||||
ctx->sectorSubchannel = NULL;
|
||||
free(ctx->mode2Subheaders);
|
||||
ctx->mode2Subheaders = NULL;
|
||||
free(ctx->mode2_subheaders);
|
||||
ctx->mode2_subheaders = NULL;
|
||||
|
||||
TRACE("Freeing media tags");
|
||||
if(ctx->mediaTags != NULL) HASH_ITER(hh, ctx->mediaTags, media_tag, tmp_media_tag)
|
||||
|
||||
Reference in New Issue
Block a user