Fixed alloc/dealloc mismatches
This commit is contained in:
@@ -220,7 +220,7 @@ CAmxxReader::~CAmxxReader()
|
||||
}
|
||||
if (m_Bh.plugins)
|
||||
{
|
||||
delete m_Bh.plugins;
|
||||
delete [] m_Bh.plugins;
|
||||
m_Bh.plugins = NULL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user