mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
Fix #822
This commit is contained in:
parent
26d9e2c19d
commit
402deef944
@ -1561,7 +1561,7 @@ void ThreadCleanWalletPassphrase(void* parg)
|
|||||||
if (nWalletUnlockTime < nMyWakeTime)
|
if (nWalletUnlockTime < nMyWakeTime)
|
||||||
nWalletUnlockTime = nMyWakeTime;
|
nWalletUnlockTime = nMyWakeTime;
|
||||||
}
|
}
|
||||||
free(parg);
|
delete (int*)parg;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user