Fixed alloc/dealloc mismatches

This commit is contained in:
David Anderson
2005-08-18 00:29:43 +00:00
parent 661f6c9851
commit 03b6d3e77d
5 changed files with 4 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ CAmxxReader::~CAmxxReader()
}
if (m_Bh.plugins)
{
delete m_Bh.plugins;
delete [] m_Bh.plugins;
m_Bh.plugins = NULL;
}
}