1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +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:
NIIBE Yutaka 2021-05-14 10:18:50 +09:00
parent 36b98b595d
commit 607713e3dd

View File

@ -1166,6 +1166,7 @@ pcsc_thread (void *arg)
scd_kick_the_loop ();
}
pcsc_release_context (context);
npth_mutex_unlock (&reader_table_lock);
return NULL;
}