mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 19:28:53 +00:00
Merge pull request #3976
f40cf1a
device_ledger: fix bad memory access on connect error (moneromooo-monero)
This commit is contained in:
commit
06b0f9e870
@ -405,7 +405,7 @@ namespace hw {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mszReaders) {
|
if (rv == SCARD_S_SUCCESS && mszReaders) {
|
||||||
#ifdef SCARD_AUTOALLOCATE
|
#ifdef SCARD_AUTOALLOCATE
|
||||||
SCardFreeMemory(this->hContext, mszReaders);
|
SCardFreeMemory(this->hContext, mszReaders);
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user