fix oss-fuzz issue 10334. (#1149)

This commit is contained in:
Chen Huitao 2019-10-08 10:44:50 +08:00 committed by Nguyen Anh Quynh
parent 79d89e5d3b
commit c03f929c75
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ void x86_release(void *ctx)
int i;
TCGContext *s = (TCGContext *) ctx;
cpu_breakpoint_remove_all(s->uc->cpu, BP_CPU);
release_common(ctx);
// arch specific