Merge pull request #3977

0309615 device_ledger: fix bad memory access on connect error (moneromooo-monero)
This commit is contained in:
luigi1111 2018-06-25 15:26:23 -05:00
commit 31f47d72fe
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -405,7 +405,7 @@ namespace hw {
}
}
if (mszReaders) {
if (rv == SCARD_S_SUCCESS && mszReaders) {
#ifdef SCARD_AUTOALLOCATE
SCardFreeMemory(this->hContext, mszReaders);
#else