cstool: fix memleak to prevent ASAN from complaining (#1222)
This commit is contained in:
parent
740f05b62d
commit
223ba56531
|
@ -395,6 +395,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
cs_close(&handle);
|
||||
free(assembly);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue