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
d4162df4e1
commit
1fa41fd130
@ -174,7 +174,7 @@ inline ICvar::Iterator::Iterator(ICvar *icvar)
|
|||||||
|
|
||||||
inline ICvar::Iterator::~Iterator( void )
|
inline ICvar::Iterator::~Iterator( void )
|
||||||
{
|
{
|
||||||
delete m_pIter;
|
g_pMemAlloc->Free(m_pIter);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void ICvar::Iterator::SetFirst( void )
|
inline void ICvar::Iterator::SetFirst( void )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user