mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-01 02:15:54 -04:00
and fix a ton more minor performance issues
This commit is contained in:
@@ -70,8 +70,7 @@ bool CConfig::LoadFile(char * file)
|
||||
void CConfig::UnloadFile(void)
|
||||
//-----------------------------------
|
||||
{
|
||||
if (pConfig)
|
||||
delete[] pConfig;
|
||||
delete[] pConfig;
|
||||
pConfig = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user