|
| From: | Richard Henderson |
| Subject: | Re: [PATCH v4 12/13] softmmu/cpus: Free cpu->thread in generic_destroy_vcpu_thread() |
| Date: | Wed, 23 Mar 2022 15:42:42 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
On 3/23/22 10:17, Philippe Mathieu-Daudé wrote:
static void common_vcpu_thread_destroy(CPUState *cpu)
{
+ g_free(cpu->thread);
}
Missing free of halt_cond. r~
| [Prev in Thread] | Current Thread | [Next in Thread] |