mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-14 06:00:59 +00:00
Remove useless nulling of pointer (#1171)
This commit is contained in:
parent
34d0df1d96
commit
987c5cd301
@ -689,7 +689,6 @@ int processmp4 (struct lib_ccx_ctx *ctx, struct ccx_s_mp4Cfg *cfg, char *file)
|
||||
}
|
||||
|
||||
freep(&dec_ctx->xds_ctx);
|
||||
dec_ctx->xds_ctx=NULL;
|
||||
|
||||
mprint("\nClosing media: ");
|
||||
gf_isom_close(f);
|
||||
|
Loading…
Reference in New Issue
Block a user