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:
parent
e493574c46
commit
e208562b7e
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user