You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Small fixes to unrechable code, possibly overflows, using NULL pointers
This commit is contained in:
@@ -571,10 +571,6 @@ Error ProjectSettings::_load_settings_text(const String p_path) {
|
||||
section = next_tag.name;
|
||||
}
|
||||
}
|
||||
|
||||
memdelete(f);
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
Error ProjectSettings::_load_settings_text_or_binary(const String p_text_path, const String p_bin_path) {
|
||||
|
||||
Reference in New Issue
Block a user