mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
fix address sanitizer issues
This commit is contained in:
@@ -137,6 +137,11 @@ public:
|
||||
return pResult;
|
||||
}
|
||||
|
||||
void operator delete(void *p)
|
||||
{
|
||||
MemAlloc_Free( p );
|
||||
};
|
||||
|
||||
private:
|
||||
CAI_BaseNPC *m_pOuter;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user