Re: [PATCH v2 1/3] perf disasm: Use disasm_line__free() to properly free disasm_line
From: Namhyung Kim
Date: Thu Oct 24 2024 - 11:49:47 EST
On Sat, 19 Oct 2024 23:41:55 +0800, Li Huafei wrote:
> The structure disasm_line contains members that require dynamically
> allocated memory and need to be freed correctly using
> disasm_line__free().
>
> This patch fixes the incorrect release in
> symbol__disassemble_capstone().
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung