mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
fix address sanitizer issues
This commit is contained in:
@@ -488,7 +488,7 @@ public:
|
||||
{
|
||||
if ( m_pData && m_bFreeMemory )
|
||||
{
|
||||
free( (void*) m_pData );
|
||||
delete[] (char*)m_pData;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user