Go to the source code of this file.
Defines | |
| #define | SAFE_DELETE(p) {if (p) {delete p; p = NULL;}} |
| #define SAFE_DELETE | ( | p | ) | {if (p) {delete p; p = NULL;}} |
Definition at line 9 of file common.h.
Referenced by fsWebPageDownloader::_DldEvents(), CHFE_FileList::_threadBuildList(), fsInternetDownloader::_threadDownload(), vmsDownloadMgrEx::Attach(), CHFE_FileList::BuildList(), fsUpdateMgr::CheckForUpdate(), fsInternetDownloader::CheckIsZIP(), fsInternetDownloader::CreateAdditionalSection(), vmsSimpleFileDownloader::CreateDownloader(), CDownloadsWnd::CreateDownloadWithDefSettings(), fsWebPageDownloader::DeleteWebPage(), CHFE_FileList::DownloadSelected(), fsScheduleMgr::FreeTask(), vmsBtFileImpl::LoadFromBuffer(), vmsBtFileImpl::LoadFromFile(), CDownloadsWnd::OnDWCloseDldDialog(), fsWebPageDownloader::OnWPDownloadDone(), fsInternetDownloader::OpenUrl_imp(), fsInternetDownloader::StartDownloading(), CMainFrame::StartUpdate(), fsUpdateMgr::Update(), CMainFrame::~CMainFrame(), fsPluginMgr::~fsPluginMgr(), fsUpdateMgr::~fsUpdateMgr(), fsWebPageDownloader::~fsWebPageDownloader(), vmsDownloadMgrEx::~vmsDownloadMgrEx(), and vmsSimpleFileDownloader::~vmsSimpleFileDownloader().
1.5.6