mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 17:59:37 +00:00
fix address sanitizer issues #2
This commit is contained in:
+1
-1
@@ -1516,7 +1516,7 @@ void CVProfile::Term()
|
||||
{
|
||||
delete [] m_pBudgetGroups[i].m_pName;
|
||||
}
|
||||
delete m_pBudgetGroups;
|
||||
delete[] m_pBudgetGroups;
|
||||
m_nBudgetGroupNames = m_nBudgetGroupNamesAllocated = 0;
|
||||
m_pBudgetGroups = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user