mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mpi_enc_test][mpi_dec_test]: close slt verify file
Change-Id: Id303202846e9e415b0837e73115ce3c93503e608 Signed-off-by: Hongjin Li <vic.hong@rock-chips.com>
This commit is contained in:
@@ -282,6 +282,10 @@ MPP_RET mt_test_ctx_deinit(MpiEncMtCtxInfo *info)
|
||||
fclose(p->fp_output);
|
||||
p->fp_output = NULL;
|
||||
}
|
||||
if (p->fp_verify) {
|
||||
fclose(p->fp_verify);
|
||||
p->fp_verify = NULL;
|
||||
}
|
||||
|
||||
return MPP_OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user