Fix some memory errors (bug 5904, r=ds).
This commit is contained in:
@@ -84,7 +84,7 @@ TopMenu::~TopMenu()
|
||||
{
|
||||
TearDownClient(&m_clients[i]);
|
||||
}
|
||||
delete [] m_clients;
|
||||
free(m_clients);
|
||||
}
|
||||
|
||||
unsigned int TopMenu::CalcMemUsage()
|
||||
|
||||
Reference in New Issue
Block a user