mbox series

[v2,0/2] Fix some memleaks caused by timer_new_ns

Message ID 20210112101746.379517-1-ganqixin@huawei.com (mailing list archive)
Headers show
Series Fix some memleaks caused by timer_new_ns | expand

Message

Gan Qixin Jan. 12, 2021, 10:17 a.m. UTC
v1->v2:

patch1:
  Delete the modification of unrelated whitespace.
patch2:
  Add David Gibson acked tag.
patch3:
  Has been applied, so delete it.

Gan Qixin (2):
  pl031: Use timer_free() in the finalize function to avoid memleaks
  misc/mos6522: Use timer_free() in the finalize function to avoid
    memleak

 hw/misc/mos6522.c | 11 +++++++++++
 hw/rtc/pl031.c    |  9 +++++++++
 2 files changed, 20 insertions(+)