OSDN Git Service

armv7m_systick: delay timer_new to avoid memleaks
authorPan Nengyuan <pannengyuan@huawei.com>
Fri, 7 Feb 2020 14:04:28 +0000 (14:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2020 14:04:28 +0000 (14:04 +0000)
commitf3a508eb4e5b486f0d6e8a16dbd8ff4b9dafcd72
tree6301fec2f80d275c38bd568f4ad2af1c0aeacc2d
parentfa3236a970b6ea5be3fa3ad258f1a75920ca1ebb
armv7m_systick: delay timer_new to avoid memleaks

There is a memory leak when we call 'device_list_properties' with typename = armv7m_systick. It's easy to reproduce as follow:

  virsh qemu-monitor-command vm1 --pretty '{"execute": "device-list-properties", "arguments": {"typename": "armv7m_systick"}}'

This patch delay timer_new to fix this memleaks.

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Pan Nengyuan <pannengyuan@huawei.com>
Message-id: 20200205070659.22488-2-pannengyuan@huawei.com
Cc: qemu-arm@nongnu.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/timer/armv7m_systick.c