OSDN Git Service

hw/arm/spitz: move timer_new from init() into realize() to avoid memleaks
authorPan Nengyuan <pannengyuan@huawei.com>
Thu, 5 Mar 2020 16:09:16 +0000 (16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Mar 2020 16:09:16 +0000 (16:09 +0000)
commit5719f9745ef54c1b644e3df0bc69869be70cf810
treecc4515c022c5281fc1198c0be4aea50b9ef91146
parent1afaadb592f3eeb7043a9fb7ae507862579ebf9d
hw/arm/spitz: move timer_new from init() into realize() to avoid memleaks

There are some memleaks when we call 'device_list_properties'. This patch move timer_new from init into realize to fix it.

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Pan Nengyuan <pannengyuan@huawei.com>
Message-id: 20200227025055.14341-4-pannengyuan@huawei.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/spitz.c