mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-09 02:50:06 +08:00
fix[h265e_vepu510]: Fix a memory leak
Change-Id: Ib5eb57ec755f732912bc0564e85fad4eb7cd1226 Signed-off-by: Yanjun Liao <yanjun.liao@rock-chips.com>
This commit is contained in:
@@ -771,6 +771,8 @@ MPP_RET hal_h265e_v510_deinit(void *hal)
|
||||
frm->reg_cfg = NULL;
|
||||
}
|
||||
|
||||
MPP_FREE(frm->regs_set);
|
||||
MPP_FREE(frm->regs_ret);
|
||||
MPP_FREE(ctx->frms[i]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user