diff options
author | Pan Nengyuan | 2020-02-07 15:04:28 +0100 |
---|---|---|
committer | Peter Maydell | 2020-02-07 15:04:28 +0100 |
commit | f3a508eb4e5b486f0d6e8a16dbd8ff4b9dafcd72 (patch) | |
tree | 6301fec2f80d275c38bd568f4ad2af1c0aeacc2d /chardev/spice.c | |
parent | docs/arm-cpu-features: Make kvm-no-adjvtime comment clearer (diff) | |
download | qemu-f3a508eb4e5b486f0d6e8a16dbd8ff4b9dafcd72.tar.gz qemu-f3a508eb4e5b486f0d6e8a16dbd8ff4b9dafcd72.tar.xz qemu-f3a508eb4e5b486f0d6e8a16dbd8ff4b9dafcd72.zip |
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>
Diffstat (limited to 'chardev/spice.c')
0 files changed, 0 insertions, 0 deletions