mifare-classic-read-ndef now close kindly the output stream.
This commit is contained in:
parent
68ef944cd0
commit
060078012f
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ main(int argc, char *argv[])
|
||||||
error:
|
error:
|
||||||
free (tag_uid);
|
free (tag_uid);
|
||||||
}
|
}
|
||||||
|
fclose (ndef_stream);
|
||||||
freefare_free_tags (tags);
|
freefare_free_tags (tags);
|
||||||
nfc_disconnect (device);
|
nfc_disconnect (device);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue