summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:32b/output/runtime/1860610
blob: aafd772cdb5ccf6e56ee4a96a5af3b0f6da927d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.