OSDN Git Service

hw/arm/pxa2xx: move timer_new from init() into realize() to avoid memleaks
authorPan Nengyuan <pannengyuan@huawei.com>
Thu, 5 Mar 2020 16:09:15 +0000 (16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Mar 2020 16:09:15 +0000 (16:09 +0000)
commit1afaadb592f3eeb7043a9fb7ae507862579ebf9d
treed6c4fdbdaa7de8b4f315d1587a5a3a7ccfc61d91
parent98335f61794d96e57dbd3f3f529b8c4c7d188ba3
hw/arm/pxa2xx: 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-3-pannengyuan@huawei.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/pxa2xx.c