Oss-fuzz ideal integration (#1265)

* Adds oss-fuzz badge

* Generic fix for watchpoints leak
This commit is contained in:
Catena cyber
2020-05-23 03:59:30 +02:00
committed by GitHub
parent 17cfef0e56
commit 690ada5f6a
3 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,6 @@ void arm_release(void* ctx)
g_free(cpu->cpreg_values);
g_free(cpu->cpreg_vmstate_indexes);
g_free(cpu->cpreg_vmstate_values);
cpu_watchpoint_remove_all(CPU(cpu), BP_CPU);
release_common(ctx);
}