Do not delete char[]

This commit is contained in:
Robert 2021-09-04 22:46:13 +01:00
parent 86a7fb6ab2
commit 2b6ff9c2b1

View File

@ -87,7 +87,6 @@ bool Cleaner::SDK_OnLoad(char *error, size_t maxlength, bool late)
}
rootconsole->ConsolePrint("[CLEANER] %i strings added from cleaner.cfg", szStrings.size());
cleanerConfig.close();
delete [] szPath;
// init our detours
#if SOURCE_ENGINE >= SE_LEFT4DEAD2