mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed double free by implicit fallthrough (#7974)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user