Close handle on finish

This commit is contained in:
Aram
2016-04-30 21:07:23 +02:00
parent c4da66a4ea
commit d5ff10f40c

View File

@ -669,6 +669,7 @@ int main (int argc, const char * argv[]) {
pthread_join(state_counting_thread, 0);
fclose(fp);
nfc_close(pnd);
if(!space){
return 1;