qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/7] Fix some memleaks caused by ptimer_init


From: Gan Qixin
Subject: [PATCH v2 0/7] Fix some memleaks caused by ptimer_init
Date: Thu, 17 Dec 2020 19:31:37 +0800

v1->v2:
Changes suggested by Peter Maydell:
    Delete the modification of unrelated whitespace.

Gan Qixin (7):
  allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid
    memleaks
  digic-timer: Use ptimer_free() in the finalize function to avoid
    memleaks
  exynos4210_mct: Use ptimer_free() in the finalize function to avoid
    memleaks
  exynos4210_pwm: Use ptimer_free() in the finalize function to avoid
    memleaks
  exynos4210_rtc: Use ptimer_free() in the finalize function to avoid
    memleaks
  mss-timer: Use ptimer_free() in the finalize function to avoid
    memleaks
  musicpal: Use ptimer_free() in the finalize function to avoid memleaks

 hw/arm/musicpal.c            | 12 ++++++++++++
 hw/rtc/exynos4210_rtc.c      |  9 +++++++++
 hw/timer/allwinner-a10-pit.c | 11 +++++++++++
 hw/timer/digic-timer.c       |  8 ++++++++
 hw/timer/exynos4210_mct.c    | 14 ++++++++++++++
 hw/timer/exynos4210_pwm.c    | 11 +++++++++++
 hw/timer/mss-timer.c         | 13 +++++++++++++
 7 files changed, 78 insertions(+)

-- 
2.23.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]