mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-16 18:39:18 +00:00
Fix #822
This commit is contained in:
parent
4664aae3fe
commit
76e707a44e
@ -1301,7 +1301,7 @@ void ThreadCleanWalletPassphrase(void* parg)
|
||||
if (nWalletUnlockTime < nMyWakeTime)
|
||||
nWalletUnlockTime = nMyWakeTime;
|
||||
}
|
||||
free(parg);
|
||||
delete (int*)parg;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user