Small fixes to unrechable code, possibly overflows, using NULL pointers
This commit is contained in:
@ -198,10 +198,6 @@ Error ConfigFile::load(const String &p_path) {
|
||||
section = next_tag.name;
|
||||
}
|
||||
}
|
||||
|
||||
memdelete(f);
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
void ConfigFile::_bind_methods() {
|
||||
|
||||
Reference in New Issue
Block a user