Re: [PATCH] module: release codetag section when module load fails

2025-05-19 Thread David Wang
At 2025-05-20 00:03:16, "Suren Baghdasaryan" wrote: >On Sun, May 18, 2025 at 3:12 AM David Wang <00107...@163.com> wrote: >> >> When module load failed after memory for codetag sections ready, > >nit: s/ready/is ready > >> codetag section memory was not properly released. This >> causes memory le

Re: [PATCH] module: release codetag section when module load fails

2025-05-19 Thread Suren Baghdasaryan
On Sun, May 18, 2025 at 3:12 AM David Wang <00107...@163.com> wrote: > > When module load failed after memory for codetag sections ready, nit: s/ready/is ready > codetag section memory was not properly released. This > causes memory leak, and if next module load happens to got the nit: s/happens