Source commit: 8c0bbea6c47d3401a2ba2b0a237cb3d9a9418891
@@ -1498,8 +1498,8 @@ void __fastcall TCustomScpExplorerForm::CreateProgressForm(TSynchronizeProgress
//---------------------------------------------------------------------------
void __fastcall TCustomScpExplorerForm::DestroyProgressForm()
{
- UnlockWindow();
SAFE_DESTROY(FProgressForm);
+ UnlockWindow();
SetQueueProgress();
}