mirror of
https://github.com/mii443/qemu.git
synced 2025-08-26 17:10:08 +00:00
env is allocated in cpu_arm_init() with g_malloc0(), so free with g_free(). Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>