mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
osx : fix syscalls
This commit is contained in:
@@ -4243,7 +4243,9 @@ CGLMEditableTextItem::~CGLMEditableTextItem( )
|
||||
|
||||
if (m_mirror)
|
||||
{
|
||||
free( m_mirror );
|
||||
//free( m_mirror );
|
||||
// MoeMod : should be delete here
|
||||
delete m_mirror;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user