]> git.proxmox.com Git - mirror_qemu.git/commit
accel: Fix a leak on Windows HAX
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 5 Apr 2023 07:29:59 +0000 (09:29 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 28 Jun 2023 11:55:35 +0000 (13:55 +0200)
commit43477340c38c7980d4f4d5bfedf1bd0146ccb577
tree5b4cb0cfe0c8bf8de4ec32add21e66338a39fcbf
parentaf03d22a0a2aec52f8e6959e8bc5e318ecc72e6c
accel: Fix a leak on Windows HAX

hThread is only used on the error path in hax_kick_vcpu_thread().

Fixes: b0cb0a66d6 ("Plumb the HAXM-based hardware acceleration support")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230624174121.11508-5-philmd@linaro.org>
target/i386/hax/hax-all.c