mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
clean up leaks
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
#include "CMakeSetup.h"
|
||||
#include "CMakeSetupDialog.h"
|
||||
#include "CMakeCommandLineInfo.h"
|
||||
#include "../cmListFileCache.h"
|
||||
#include "../cmCacheManager.h"
|
||||
#include "../cmDynamicLoader.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
@@ -76,9 +73,6 @@ BOOL CMakeSetup::InitInstance()
|
||||
// dismissed with Cancel
|
||||
}
|
||||
|
||||
// clean up globals
|
||||
cmListFileCache::GetInstance()->ClearCache();
|
||||
cmDynamicLoader::FlushCache();
|
||||
// Since the dialog has been closed, return FALSE so that we exit the
|
||||
// application, rather than start the application's message pump.
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user