Fixed double free by implicit fallthrough (#7974)
This commit is contained in:
parent
f44554e16d
commit
fcb2d7c60d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user