mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
scd: Release the context for pcsc_thred.
* scd/apdu.c (pcsc_thread): Release the CONTEXT. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
36b98b595d
commit
607713e3dd
1 changed files with 1 additions and 0 deletions
|
@ -1166,6 +1166,7 @@ pcsc_thread (void *arg)
|
|||
scd_kick_the_loop ();
|
||||
}
|
||||
|
||||
pcsc_release_context (context);
|
||||
npth_mutex_unlock (&reader_table_lock);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue