|
@@ -286,6 +286,9 @@ static void cpu_common_finalize(Object *obj)
|
|
g_array_free(cpu->gdb_regs, TRUE);
|
|
g_array_free(cpu->gdb_regs, TRUE);
|
|
qemu_lockcnt_destroy(&cpu->in_ioctl_lock);
|
|
qemu_lockcnt_destroy(&cpu->in_ioctl_lock);
|
|
qemu_mutex_destroy(&cpu->work_mutex);
|
|
qemu_mutex_destroy(&cpu->work_mutex);
|
|
|
|
+ qemu_cond_destroy(cpu->halt_cond);
|
|
|
|
+ g_free(cpu->halt_cond);
|
|
|
|
+ g_free(cpu->thread);
|
|
}
|
|
}
|
|
|
|
|
|
static int64_t cpu_common_get_arch_id(CPUState *cpu)
|
|
static int64_t cpu_common_get_arch_id(CPUState *cpu)
|