Revert "Fix dead lock in smartcard"

This reverts commit 649f7deee4.
This commit is contained in:
Armin Novak
2026-01-21 13:22:36 +01:00
parent c9d1e371d2
commit 2e6af8159d

View File

@@ -227,7 +227,6 @@ void smartcard_context_free(void* pCtx)
/* cancel blocking calls like SCardGetStatusChange */
WINPR_ASSERT(pContext->smartcard);
smartcard_call_cancel_context(pContext->smartcard->callctx, pContext->hContext);
smartcard_call_context_signal_stop(pContext->smartcard->callctx, FALSE);
if (pContext->IrpQueue)
{