mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Rename sectorSubchannel to sector_subchannel for consistency across the codebase
This commit is contained in:
@@ -1307,8 +1307,8 @@ int aaruf_close(void *context)
|
||||
ctx->sector_suffix = NULL;
|
||||
free(ctx->sectorSuffixCorrected);
|
||||
ctx->sectorSuffixCorrected = NULL;
|
||||
free(ctx->sectorSubchannel);
|
||||
ctx->sectorSubchannel = NULL;
|
||||
free(ctx->sector_subchannel);
|
||||
ctx->sector_subchannel = NULL;
|
||||
free(ctx->mode2_subheaders);
|
||||
ctx->mode2_subheaders = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user