runtime: 0.462 instruction: 0.327 syscall: 0.211 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.