1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00:00
This commit is contained in:
Pieter Wuille 2012-02-11 15:25:42 +01:00
parent 26d9e2c19d
commit 402deef944

View File

@ -1561,7 +1561,7 @@ void ThreadCleanWalletPassphrase(void* parg)
if (nWalletUnlockTime < nMyWakeTime)
nWalletUnlockTime = nMyWakeTime;
}
free(parg);
delete (int*)parg;
return;
}