Skip to content

Commit e4c5707

Browse files
authored
[projmgr] Clean-up processed contexts by solution reloading
1 parent 1728064 commit e4c5707

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/projmgr/src/ProjMgr.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,9 @@ void ProjMgr::Clear() {
12861286
m_worker.Clear();
12871287
m_runDebug.Clear();
12881288
ProjMgrLogger::Get().Clear();
1289+
m_processedContexts.clear();
1290+
m_allContexts.clear();
1291+
m_failedContext.clear();
12891292
}
12901293

12911294
void ProjMgr::InitSolution(const std::string& csolution, const std::string& activeTargetSet, const bool& updateRte) {

0 commit comments

Comments
 (0)