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