Re: [PULL 1/3] softmmu: Fix dirtylimit memory leak

2023-08-30 Thread Yong Huang
On Thu, Aug 31, 2023 at 12:55 AM Michael Tokarev wrote: > 29.08.2023 18:29, Hyman Huang wrote: > > From: "alloc.young" > > > > Fix memory leak in hmp_info_vcpu_dirty_limit,use g_autoptr > > to handle memory deallocation. > > It does not feel like -stable-worthy, or am I wrong and it should be >

Re: [PULL 1/3] softmmu: Fix dirtylimit memory leak

2023-08-30 Thread Michael Tokarev
29.08.2023 18:29, Hyman Huang wrote: From: "alloc.young" Fix memory leak in hmp_info_vcpu_dirty_limit,use g_autoptr to handle memory deallocation. It does not feel like -stable-worthy, or am I wrong and it should be picked up for -stable? Thanks, /mjt