diff --git a/libfreerdp/utils/smartcard_operations.c b/libfreerdp/utils/smartcard_operations.c index 9871beda7..993ba0e25 100644 --- a/libfreerdp/utils/smartcard_operations.c +++ b/libfreerdp/utils/smartcard_operations.c @@ -1027,6 +1027,7 @@ void smartcard_operation_free(SMARTCARD_OPERATION* op, BOOL allocated) free(call->Common.CardIdentifier); free(call->Common.pbData); } + break; case SCARD_IOCTL_WRITECACHEW: { WriteCacheW_Call* call = &op->call.writeCacheW;