1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

IMemAlloc::Free now used in ICvar::Iterator destructor.

This commit is contained in:
Scott Ehlert 2010-07-22 14:36:34 -05:00
parent e493574c46
commit e208562b7e

View File

@ -174,7 +174,7 @@ inline ICvar::Iterator::Iterator(ICvar *icvar)
inline ICvar::Iterator::~Iterator( void )
{
delete m_pIter;
g_pMemAlloc->Free(m_pIter);
}
inline void ICvar::Iterator::SetFirst( void )