mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-29 18:53:14 +00:00
Merge pull request #3977
0309615
device_ledger: fix bad memory access on connect error (moneromooo-monero)
This commit is contained in:
commit
31f47d72fe
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue