Close handle on finish
This commit is contained in:
@ -669,6 +669,7 @@ int main (int argc, const char * argv[]) {
|
|||||||
pthread_join(state_counting_thread, 0);
|
pthread_join(state_counting_thread, 0);
|
||||||
|
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
nfc_close(pnd);
|
||||||
|
|
||||||
if(!space){
|
if(!space){
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user