cstool: fix memleak to prevent ASAN from complaining (#1222)

This commit is contained in:
Riccardo Schirone 2018-07-24 04:19:07 +02:00 committed by Nguyen Anh Quynh
parent 740f05b62d
commit 223ba56531
1 changed files with 1 additions and 0 deletions

View File

@ -395,6 +395,7 @@ int main(int argc, char **argv)
}
cs_close(&handle);
free(assembly);
return 0;
}