From 607713e3dd9518270a44b7a5d93dac0a4bd91b9e Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 14 May 2021 10:18:50 +0900 Subject: scd: Release the context for pcsc_thred. * scd/apdu.c (pcsc_thread): Release the CONTEXT. Signed-off-by: NIIBE Yutaka --- scd/apdu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scd/apdu.c b/scd/apdu.c index 053a2b12a..fa3a89c34 100644 --- a/scd/apdu.c +++ b/scd/apdu.c @@ -1166,6 +1166,7 @@ pcsc_thread (void *arg) scd_kick_the_loop (); } + pcsc_release_context (context); npth_mutex_unlock (&reader_table_lock); return NULL; } -- cgit v1.2.3