On Monday, March 31, 2025 3:52:31 PM CEST Zheng Huang wrote:
> Hi,
Hi!
> This patch adds a cleanup operation for 9p-synth, which fixes a memory
> leak bug in synth_init() and other related operations.
Which other operations?
> All child nodes
> of synth_root need to be freed before the entire
On Fri, 04 Apr 2025 15:59:54 +0200
Christian Schoenebeck wrote:
> On Monday, March 31, 2025 3:52:31 PM CEST Zheng Huang wrote:
> > Hi,
>
> Hi!
>
Hi Zheng !
We certainly appreciate politeness here but we only want relevant
details in what will become the commit message. Anything else
you want
Hi,
This patch adds a cleanup operation for 9p-synth, which fixes a memory
leak bug in synth_init() and other related operations. All child nodes
of synth_root need to be freed before the entire filesystem exits.
If you have any better ideas for the implementation, please feel free
to share them.