summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/debug/1860610
blob: a07e88390765b0544c93089daebab6237ea2e09a (plain) (blame)
1
2
3
4
5
6
7
8
cap_disas_plugin leaks memory

Looking at origin/master head, the function cap_disas_plugin leaks memory.

per capstone's examples using their ABI, cs_free(insn, count); needs to called just before cs_close.

I discovered this running qemu under valgrind.