Implementation for IOCTL_SCARD_LOCATECARDSBYATRA

This commit is contained in:
Vinche 2014-11-11 00:35:46 +01:00
parent f64e0a5fe1
commit d7fe4d2803
1 changed files with 0 additions and 1 deletions

View File

@ -2706,6 +2706,5 @@ void smartcard_trace_locate_cards_by_atr_a_call(SMARTCARD_DEVICE* smartcard, Loc
free(szEventState);
free(rgbAtr);
}
WLog_Print(smartcard->log, WLOG_DEBUG, "}");
}