mbox series

[v2,0/2] softmmu/dirtylimit: Fix memory leak issue

Message ID SA1PR11MB67609A76D397056973B406B1F5E3A@SA1PR11MB6760.namprd11.prod.outlook.com
Headers show
Series softmmu/dirtylimit: Fix memory leak issue | expand

Message

alloc young Aug. 25, 2023, 2:29 a.m. UTC
From: alloc <alloc.young@outlook.com>

Changes in v2:
- Split into two patches, one fixing memory leak issue and another
  converting free to g_free.
- Fix typos

alloc (1):
  softmmu/dirtylimit: Convert free to g_free

alloc.young (1):
  softmmu: Fix dirtylimit memory leak

 softmmu/dirtylimit.c | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)