diff options
author | NIIBE Yutaka <[email protected]> | 2017-01-26 10:32:51 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-01-26 10:32:51 +0000 |
commit | 9b06633c811e8815c07d744f20b45405cb082367 (patch) | |
tree | f9ce2663392e4a80f1be39c09b246d7036146060 /scd/app.c | |
parent | scd: Add INTERRUPT endp support to CCID driver. (diff) | |
download | gnupg-9b06633c811e8815c07d744f20b45405cb082367.tar.gz gnupg-9b06633c811e8815c07d744f20b45405cb082367.zip |
scd: Fix APP reference counting.
* scd/app.c (scd_update_reader_status_file): Don't call another
release_application_internal.
* scd/command.c (open_card_with_request): Don't require APPTYPE !=
NULL.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | scd/app.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1049,7 +1049,6 @@ scd_update_reader_status_file (void) { log_debug ("Removal of a card: %d\n", a->slot); apdu_close_reader (a->slot); - release_application_internal (a); deallocate_app (a); } else |