Remove useless nulling of pointer (#1171)

This commit is contained in:
Nils ANDRÉ-CHANG 2020-01-10 01:36:11 +00:00 committed by Carlos Fernandez Sanz
parent 34d0df1d96
commit 987c5cd301

View File

@ -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);