The Windows AFS Server Config Wizard would produce an invalid memory
deallocation error from the memory management routines due to the
failure to allocate PROGRESSDISPLAY objects with the same tools used
to deallocate them.
bCancel = FALSE;
bBakConfigured = FALSE;
- pProg = new PROGRESSDISPLAY(hParent, IDD_GET_CURRENT_CONFIG, (DLGPROC)GetCurConfigDlgProc);
+ pProg = New2 (PROGRESSDISPLAY,(hParent, IDD_GET_CURRENT_CONFIG, (DLGPROC)GetCurConfigDlgProc));
pProg->SetProgressRange(0, MAX_STEPS);
HWND hLogo = GetDlgItem(pProg->GetWindow(), IDC_LOGO);