Skip to content

Commit

Permalink
Fix #822
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Feb 11, 2012
1 parent 494fe27 commit cc73517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoinrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ void ThreadCleanWalletPassphrase(void* parg)
if (nWalletUnlockTime < nMyWakeTime)
nWalletUnlockTime = nMyWakeTime;
}
free(parg);
delete (int*)parg;
return;
}

Expand Down

0 comments on commit cc73517

Please sign in to comment.