fix: don't modify vector when iterating over items
Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
parent
036d1e4814
commit
fad9ad729d
|
@ -21,7 +21,6 @@ PerformanceHandleContext::~PerformanceHandleContext() {
|
|||
delete pPerformance;
|
||||
pPerformance = nullptr;
|
||||
}
|
||||
handleList.pop_back();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue