mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01: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
@ -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…
x
Reference in New Issue
Block a user