The progress dialog pointer must be set to nullptr after deletion,
else it can cause a crash is showProgress is called again with n>0.
Backport of Core PR16135
Differential D7799
gui: Set progressDialog to nullptr PiRK on Oct 7 2020, 13:07. Authored by Tags None Subscribers None
Details
The progress dialog pointer must be set to nullptr after deletion, Backport of Core PR16135 ninja && ninja check Run ./bitcoin-qt Menu help -> debug -> console rescanblockchain dumpwallet /tmp/wallet importwallet /tmp/wallet
Diff Detail
Event TimelineComment Actions [Bot Message] Comment Actions Updated test plan with console RPC calls. rescanblockchain calls WalletView::showProgress. importwallet calls BitcoinGUI::showProgress. |