We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1728064 commit e4c5707Copy full SHA for e4c5707
tools/projmgr/src/ProjMgr.cpp
@@ -1286,6 +1286,9 @@ void ProjMgr::Clear() {
1286
m_worker.Clear();
1287
m_runDebug.Clear();
1288
ProjMgrLogger::Get().Clear();
1289
+ m_processedContexts.clear();
1290
+ m_allContexts.clear();
1291
+ m_failedContext.clear();
1292
}
1293
1294
void ProjMgr::InitSolution(const std::string& csolution, const std::string& activeTargetSet, const bool& updateRte) {
0 commit comments