fix oss-fuzz issue 10334. (#1149)
This commit is contained in:
parent
79d89e5d3b
commit
c03f929c75
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue