fix: don't modify vector when iterating over items

Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
Jablonski, Mateusz 2023-10-30 12:55:27 +00:00 committed by Compute-Runtime-Automation
parent 036d1e4814
commit fad9ad729d
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ PerformanceHandleContext::~PerformanceHandleContext() {
delete pPerformance;
pPerformance = nullptr;
}
handleList.pop_back();
}
}